Liking cljdoc? Tell your friends :D

clojure.core.contracts.impl.utils


assert-w-messagecljmacro

(assert-w-message check message)
source

check-args!clj

(check-args! name slots inv-description invariants)
source

constraint?clj

(constraint? sym)

Determines if a symbol represents a core.contracts constraint.

Determines if a symbol represents a
core.contracts constraint.
sourceraw docstring

defcurriedcljmacro

(defcurried name doc meta args & body)

Builds another arity of the fn that returns a fn awaiting the last param

Builds another arity of the fn that returns a fn awaiting the last
param
sourceraw docstring

defcurry-fromcljmacro

(defcurry-from namespace & names)

Builds a pass-through curried fn for each name.

Builds a pass-through curried fn for each name.
sourceraw docstring

do-curriedclj

(do-curried name doc meta args body)
source

keys-applyclj

(keys-apply f ks m)
source

manip-mapclj

(manip-map f ks m)
source

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

× close