Liking cljdoc? Tell your friends :D

lucid.legacy.analyzer.passes.jvm.emit-form


-emit-formcljmultimethod


-emit-form*clj

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

class->symclj

(class->sym class)

emit-formclj

(emit-form ast)
(emit-form ast ops)

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

  • :hygienic
  • :qualified-vars
Return the form represented by the given AST
Ops is a set of options, valid options are:
 * :hygienic
 * :qualified-vars
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