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