fun_land v0.7.3 FunLand.CombinableMonad

Things that are both combinable and a monad.

Useful to build Parser Combinators.

Known in Haskell as MonadPlus.

Summary

Functions

apply_with(a, b)

See FunLand.Appliable.apply_with/2.

chain(a, fun)

See FunLand.Chainable.chain/2.

map(a, fun)

See FunLand.Mappable.map/2.

neutral(module)

See FunLand.Combinable.neutral/1.

wrap(module, a)

See FunLand.Applicative.wrap/2.