Liking cljdoc? Tell your friends :D

prpr.cats.reader


askclj/s

(ask)
(ask ctx)
source

localclj/s

(local f reader)
(local ctx f reader)
source

MonadReaderclj/s≠protocol

A specific case of Monad abstraction that allows a read only access to an environment.

A specific case of Monad abstraction that
allows a read only access to an environment.

-askclj/s

(-ask m)

Return the current environment.

Return the current environment.

-localclj/s

(-local m f reader)

Create a reader in a modified version of the environment.

Create a reader in a modified version of the environment.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close