fun_land v0.9.0 FunLand.CombinableMonad
Things that are both combinable and a monad.
Useful to build Parser Combinators.
Known in Haskell as MonadPlus.
Link to this section Summary
Link to this section Functions
Link to this function
apply_with(a, b)
Link to this function
chain(a, fun)
Link to this function
combine(a, b)
Link to this function
empty(module)
Link to this function
map(a, fun)
Link to this function
new(module, a)