JasonShin / fp-core.rs

A library for functional programming in Rust
MIT License
1.34k stars 66 forks source link

Correct implementation for Iterator Functor #29

Open JasonShin opened 5 years ago

JasonShin commented 5 years ago

As a result of PR by @hemangandhi , we now have a new functor in the project for Iterator. However, the implementation is not fully working due to the following errors

The ticket aims to correct the implementation that can exist along with the Option functor.