A cats context management.
(context? v)
Return true if the provided value satisfies the Context protocol.
true
(get-current & args)
Deprecated alias to infer.
infer
(with-context ctx & body)
Set current context to specific monad.
(with-context-override ctx & body)
(with-monad ctx & body)
Semantic alias for with-context.
with-context