Liking cljdoc? Tell your friends :D

cats.context

A cats context management.

A cats context management.
raw docstring

*context*clj/s


*override*clj/s


context?clj/s

(context? v)

Return true if the provided value satisfies the Context protocol.

Return `true` if the provided value satisfies
the Context protocol.
raw docstring

get-currentclj/sdeprecated

(get-current & args)

Deprecated alias to infer.

Deprecated alias to `infer`.
raw docstring

with-contextcljmacro

(with-context ctx & body)

Set current context to specific monad.

Set current context to specific monad.
raw docstring

with-context-overridecljmacro

(with-context-override ctx & body)

Set current context to specific monad.

Set current context to specific monad.
raw docstring

with-monadcljmacro

(with-monad ctx & body)

Semantic alias for with-context.

Semantic alias for `with-context`.
raw docstring

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

× close