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