Functions used by the pattern matcher at runtime.
Functions used by the pattern matcher at runtime.
Special value signaling a match failure. Generated code will often utilize this value for control flow purposes.
Special value signaling a match failure. Generated code will often utilize this value for control flow purposes.
(fail? x)
true if the x
is the special runtime value FAIL
, false
otherwise.
true if the `x` is the special runtime value `FAIL`, false otherwise.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close