Liking cljdoc? Tell your friends :D

typed.cljc.checker.check.const


check-constclj

(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
raw docstring

filter-for-valueclj

(filter-for-value val)

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

× close