Liking cljdoc? Tell your friends :D
Clojure only.

lucid.query.match.eval


eval-patternclj

(eval-pattern expression)

pattern that will be evaluated when matching

((pattern/pattern-fn (eval-pattern '(keyword "hello"))) :hello) => true

pattern that will be evaluated when matching

((pattern/pattern-fn (eval-pattern '(keyword "hello")))
 :hello)
=> true
raw docstring

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

× close