Liking cljdoc? Tell your friends :D
Clojure only.

lucid.legacy.analyzer.passes.add-binding-atom


add-binding-atomclj

(add-binding-atom ast)

Walks the AST and 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.

Walks the AST and 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.
raw docstring

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

× close