Liking cljdoc? Tell your friends :D

robertluo.pullable.pattern

Pull pattern definition

Pull pattern definition
raw docstring

->queryclj

(->query f x)
source

lvar?clj

(lvar? x)

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

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

pattern-errorclj

(pattern-error reason pattern)
source

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

× close