Wonderland
v0.1.0
Pages
Modules
Wonderland v0.1.0
Wonderland.TypeClass.Applicative
behaviour
View Source
Link to this section
Summary
Types
t(x)
Functions
f <<~ it
ap(mf, it)
Callbacks
applicative_ap(t, t)
Link to this section
Types
Link to this type
t(x)
View Source
t(x) ::
t
(x)
Link to this section
Functions
Link to this macro
f <<~ it
View Source
(macro)
Link to this macro
ap(mf, it)
View Source
(macro)
Link to this section
Callbacks
Link to this callback
applicative_ap(t, t)
View Source
applicative_ap(
t
((a() -> b())),
t
(a())) ::
t
(b())