Liking cljdoc? Tell your friends :D
Clojure only.

clojure.tools.analyzer.passes.add-binding-atom


add-binding-atomclj

(add-binding-atom ast)
(add-binding-atom state ast)

Adds an atom-backed-map to every local binding,the same atom will be shared between all occurences of that local.

The atom is put in the :atom field of the node.

Adds an atom-backed-map to every local binding,the same
atom will be shared between all occurences of that local.

The atom is put in the :atom field of the node.
sourceraw docstring

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

× close