(check-const constant-type quoted? {:keys [val] :as expr} expected)
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