purescript / purescript-semirings

Semiring instances and functions
BSD 3-Clause "New" or "Revised" License
9 stars 8 forks source link

Added mapFree and Functor instance #4

Closed cryogenian closed 9 years ago

cryogenian commented 9 years ago

Added Foldable, Traversable, Applicative. Can't figure out how to implement Bind. Will try to do it later.

paf31 commented 9 years ago

Thanks!