Liking cljdoc? Tell your friends :D

clojure.tools.analyzer.passes.emit-form


-emit-formcljmultimethod

source

-emit-form*clj

(-emit-form* {:keys [form] :as ast} opts)

Extension point for custom emit-form implementations, should be rebound to a multimethod with custom emit-form :opts.

Extension point for custom emit-form implementations, should be rebound
to a multimethod with custom emit-form :opts.
sourceraw docstring

emit-bindingsclj

(emit-bindings bindings opts)
source

emit-formclj

(emit-form ast)
(emit-form ast opts)

Return the form represented by the given AST. Opts is a set of options, valid options are:

  • :hygienic
Return the form represented by the given AST.
Opts is a set of options, valid options are:
 * :hygienic
sourceraw docstring

emit-hygienic-formclj

(emit-hygienic-form ast)

Return an hygienic form represented by the given AST

Return an hygienic form represented by the given AST
sourceraw docstring

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

× close