A pure computation that wraps a single value. Only useful because it implements Functor and Monad.
A pure computation that wraps a single value. Only useful because it implements Functor and Monad.
A pure computation that wraps a single value. Only useful because it implements [[m/Functor]] and [[m/Monad]].
A pure computation that wraps a single value. Only useful because it implements [[m/Functor]] and [[m/Monad]].
(identity? self)
Is self
an Identity
?
Is `self` an [[Identity]]?
(run-identity self)
Extract the contained value. An implementation detail; call run
instead.
Extract the contained value. An implementation detail; call [[run]] instead.
(run id)
Extract the value contained in id
.
Extract the value contained in `id`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close