Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add uncommon functors #21

Open
2 of 9 tasks
expede opened this issue Mar 15, 2016 · 0 comments
Open
2 of 9 tasks

Add uncommon functors #21

expede opened this issue Mar 15, 2016 · 0 comments

Comments

@expede
Copy link
Member

expede commented Mar 15, 2016

  • Bifunctor
  • Multifunctor
  • Contravariant
  • Comonad
  • Plus
  • Alt
  • Alternative
  • MonadPlus
  • RecursiveChain
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)

@expede expede changed the title Uncommon Functors Add uncommon functors Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant