ekmett / profunctors

Haskell 98 Profunctors
http://hackage.haskell.org/package/profunctors
Other
70 stars 43 forks source link

Implement `splitStrong`, `fanOut`, `splitChoice` and `fanIn` #105

Closed marcosh closed 1 year ago

marcosh commented 1 year ago

closes #104

RyanGlScott commented 1 year ago

The implementation looks fine to me. These functions deserve some Haddocks, however. In particular, it is worth mentioning how they relate to the corresponding methods of Arrow.

marcosh commented 1 year ago

I added some documentation, providing links to the Arrow analogous