You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foldable ----> Traversable <--- Functor ------> Alt ---------> Plus Semigroupoid
| | | | |
v v v v v
Foldable1 ---> Traversable1 Apply --------> Applicative -> Alternative Category
| | | |
v v v v
Bind ---------> Monad -------> MonadPlus Arrow
(☝️ from the Haskell semigroupoids lib)
(☝️ from the the Fantasy Land spec)
The text was updated successfully, but these errors were encountered:
expede
changed the title
Uncommon Functors
Add uncommon functors
Mar 15, 2016
Bifunctor
Multifunctor
Contravariant
Plus
Alt
Alternative
MonadPlus
RecursiveChain
(☝️ from the Haskell semigroupoids lib)
(☝️ from the the Fantasy Land spec)
The text was updated successfully, but these errors were encountered: