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 is a website building & hosting documentation for Clojure/Script libraries
× close