Methods
method
K<M, Env>
ask
<M, Env>
()
Source
#
where
M : Readable<M, Env>
method
K<M, A>
asks
<M, Env, A>
(Func<Env, A> f)
Source
#
where
M : Readable<M, Env>
method
K<M, A>
asksM
<M, Env, A>
(Func<Env, K<M, A>> f)
Source
#
where
M : Readable<M, Env>, Monad<M>
method
K<M, A>
local
<M, Env, A>
(Func<Env, Env> f, K<M, A> ma)
Source
#
where
M : Readable<M, Env>