A cats context management.
A cats context management.
(context? v)
Return true
if the provided value satisfies
the Context protocol.
Return `true` if the provided value satisfies the Context protocol.
(get-current & args)
Deprecated alias to infer
.
Deprecated alias to `infer`.
(with-context ctx & body)
Set current context to specific monad.
Set current context to specific monad.
(with-context-override ctx & body)
Set current context to specific monad.
Set current context to specific monad.
(with-monad ctx & body)
Semantic alias for with-context
.
Semantic alias for `with-context`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close