Liking cljdoc? Tell your friends :D

midje.parsing.2-to-lexical-maps.fakes

An intermediate stage in the compilation of prerequisites.

An intermediate stage in the compilation of prerequisites.
raw docstring

assert-right-shape!clj

(assert-right-shape! [_fake_ funcall & _ :as form])
source

assert-valid!clj

(assert-valid! form)
source

disallowed-function-failure-linesclj

(disallowed-function-failure-lines function-var)
source

fakecljmacro

(fake call-form arrow result & overrides)

Creates a fake map that a particular call will be made. When it is made, the result is to be returned. Either form may contain bound variables. Example: (let [a 5] (fake (f a) => a))

Creates a fake map that a particular call will be made. When it is made,
the result is to be returned. Either form may contain bound variables.
Example: (let [a 5] (fake (f a) => a))
sourceraw docstring

tag-as-background-fakeclj

(tag-as-background-fake fake line-override)
source

to-lexical-map-formclj

(to-lexical-map-form a-list)
source

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

× close