struct

Monads::Monad(T)

Inherits Monads::Functor / Struct / Value / Object

Constructors

return(v : T) : self
Source

Instance methods

>>(other : Monad(U)) forall U
Source
|(other : _ -> Monad(U)) forall U
Source
bind(lambda : T -> Monad(U)) forall U
Source
bind
Source