@hackage functor-monadic0.1.0.3
Monad-style combinators for functors.
Categories
License
Apache-2.0
Maintainer
janos.tapolczai@gmail.com
Links
Versions
Installation
Dependencies (1)
Dependents (2)
@hackage/repl-toolkit, @hackage/acme-everything
Monad's bind (>>=, >=>) allows the infix chaining of monadic functions, but no analogues exist for functors. This package provides a handful of handy operators that ease the piping together a functor- and monad-level functions.