(check-const expr expected)
(check-const {:keys [val] :as expr} expected quoted?)
Given a :const node and an expected type returns a new :const node annotated with its type.
quoted? should be true if this :const node is nested inside a :quote node, otherwise should be false
Given a :const node and an expected type returns a new :const node annotated with its type. quoted? should be true if this :const node is nested inside a :quote node, otherwise should be false
(filter-for-value val)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close