Pull pattern definition.
Pull pattern definition.
(->query f pattern)
Compiles pattern
by applying query creation function f
to it.
Compiles `pattern` by applying query creation function `f` to it.
(lvar? v)
Predicts if x
is a logical variable, i.e, starts with ?
and has a name,
Predicts if `x` is a logical variable, i.e, starts with `?` and has a name, - ?a is a logic variable - ? is not
(pattern-error! reason pattern)
Throws an error indicates pattern error.
Throws an error indicates pattern error.
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 |