Liking cljdoc? Tell your friends :D

utiliva.recursion


*on-expansion*clj

(*on-expansion* expr result)

Called whenever operation expr is expanded. Passed the source and result exprs. Default implementation is no-op. Re-bind (see 'binding) to a side effecting function to do things like trace the expansion process.

Called whenever operation expr is expanded.
Passed the source and result exprs.
Default implementation is no-op.
Re-bind (see 'binding) to a side effecting function
to do things like trace the expansion process.
sourceraw docstring

recursive-expansionclj

(recursive-expansion expander input)
(recursive-expansion max-iter expander input)
source

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

× close