Category
v0.1.0
Pages
Modules
Category v0.1.0
Category.TypeClass.Monad
behaviour
View Source
Link to this section
Summary
Types
t(x)
Functions
it >>> f
bind(it, f)
Callbacks
monad_bind(t, function)
Link to this section
Types
Link to this type
t(x)
View Source
t(x) ::
Category.TypeClass.Monad.t
(x)
Link to this section
Functions
Link to this macro
it >>> f
View Source
(macro)
Link to this macro
bind(it, f)
View Source
(macro)
Link to this section
Callbacks
Link to this callback
monad_bind(t, function)
View Source
monad_bind(
t
(a()), (a() ->
t
(b()))) ::
t
(b())