Liking cljdoc? Tell your friends :D

sg.flybot.pullable.pattern

Pull pattern definition.

Pull pattern definition.
raw docstring

->queryclj

(->query f pattern)

Compiles pattern by applying query creation function f to it.

Compiles `pattern` by applying query creation function `f` to it.
sourceraw docstring

lvar?clj

(lvar? v)

Predicts if x is a logical variable, i.e, starts with ? and has a name,

  • ?a is a logic variable
  • ? is not
Predicts if `x` is a logical variable, i.e, starts with `?` and has a name,
- ?a is a logic variable
- ? is not
sourceraw docstring

pattern-error!clj

(pattern-error! reason pattern)

Throws an error indicates pattern error.

Throws an error indicates pattern error.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close