fp-core.rs icon indicating copy to clipboard operation
fp-core.rs copied to clipboard

Correct implementation for Iterator Functor

Open JasonShin opened this issue 6 years ago • 0 comments

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
  • U is not in scope

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

JasonShin avatar Jul 27 '19 23:07 JasonShin