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 builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |