fp-core.rs
fp-core.rs copied to clipboard
Correct implementation for Iterator Functor
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
- Conflicting implementation with Option
Uis not in scope
The ticket aims to correct the implementation that can exist along with the Option functor.