module

Monads::Leftable(E, T)

Instance methods

bind(lambda : T -> _) : Leftable(E, T)
Source
fmap(lambda : T -> U) : Leftable(E, U) forall U
Source
map_or(default : U, lambda : _ -> _) forall U
Source
or(other : Either)
Source
or(other : E -> _)
Source
value_or(other : E -> _)
Source
value_or(other : U) forall U
Source