A computation with an implicit context parameter. An alternative to noisy
explicit context parameters and the fragile thread locality of dynamically
bound Vars. Implements monnit.core/Functor
and monnit.core/Monad
.
A computation with an implicit context parameter. An alternative to noisy explicit context parameters and the fragile thread locality of dynamically bound Vars. Implements [[monnit.core/Functor]] and [[monnit.core/Monad]].
A Reader
that gets the value of the context parameter.
A [[Reader]] that gets the value of the context parameter.
A Reader
that just contains a value and does not use the context parameter.
A [[Reader]] that just contains a value and does not use the context parameter.
A computation with an implicit context parameter. An alternative to noisy
explicit context parameters and the fragile thread locality of dynamically
bound Vars. Implements monnit.core/Functor
and monnit.core/Monad
.
A computation with an implicit context parameter. An alternative to noisy explicit context parameters and the fragile thread locality of dynamically bound Vars. Implements [[monnit.core/Functor]] and [[monnit.core/Monad]].
(reader? self)
Is self
a Reader
?
Is `self` a [[Reader]]?
(run ctx rm)
Run the Reader
computation rm
with ctx
as the context parameter value.
Run the [[Reader]] computation `rm` with `ctx` as the context parameter value.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close