Methods
method
K<M, Env, A>
asks
<M, Env, A>
(Func<Env, A> f)
Source
#
method
K<M, Env, A>
asksM
<M, Env, A>
(Func<Env, K<M, Env, A>> f)
Source
#
where
M : Coreadable<M>, Bimonad<M>
method
K<M, Env1, A>
local
<M, Env, Env1, A>
(Func<Env, Env1> f, K<M, Env, A> ma)
Source
#