Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
Monads::Monad(T)
Inherits
Monads::Functor
/
Struct
/
Value
/
Object
Constructors
new
Source
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