module Monads::Leftable(E)
Direct including types
Defined in:
monads/either.crInstance Method Summary
- #bind(lambda : _ -> _) : Leftable(E)
- #fmap(lambda : _ -> _) : Leftable(E)
- #map_or(default : U, lambda : _ -> _) forall U
- #or(monad : Either)
- #or(lambda : E -> _)
- #value_or(lambda : E -> _)
- #value_or(element : U) forall U