Liking cljdoc? Tell your friends :D

typed.clj.analyzer.passes.emit-form


-emit-formcljmultimethod


-emit-form*clj

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

class->strclj

(class->str class)

class->symclj

(class->sym class)

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
  • :qualified-vars (DEPRECATED, use :qualified-symbols instead)
  • :qualified-symbols
Return the form represented by the given AST
Opts is a set of options, valid options are:
 * :hygienic
 * :qualified-vars (DEPRECATED, use :qualified-symbols instead)
 * :qualified-symbols
raw 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
raw docstring

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

× close