Lysxia / first-class-families

First-class type families
https://hackage.haskell.org/package/first-class-families
MIT License
86 stars 12 forks source link

Draft adding Applicative, Monad and Traversable #52

Closed Skyfold closed 8 months ago

Skyfold commented 1 year ago

This is a draft to give you an idea of the structure I am thinking of. It also contains the changes to Fcf that removes the exports of Fcf.Combinators. I left in the ones that won't class and renamed <=< to . (This was based on @gspia idea).

Let me know what you think.

Todo:

Skyfold commented 8 months ago

Forgot to close this as well.