Liking cljdoc? Tell your friends :D

typed.cljc.checker.runtime-check

Adds runtime checks where annotations are instead of type checking

Adds runtime checks where annotations are instead of type checking
raw docstring

checkclj

(check expr)
(check expr expected)

Add runtime checks to the output AST.

Static checking is disabled, outside ill-formed types.

Unsafe contracts can be generated, and contract generation cannot fail.

Assumes collect-expr is already called on this AST.

Add runtime checks to the output AST.

Static checking is disabled, outside ill-formed types.

Unsafe contracts can be generated, and contract generation cannot fail.

Assumes collect-expr is already called on this AST.
raw docstring

runtime-check-exprclj

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

× close