Usage: (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-symbolsSource
Usage: (emit-hygienic-form ast)
Return an hygienic form represented by the given ASTSource