Module Ppxlib__.Quoter
val create : Ppxlib__.Import.unit -> t
Creates a quoter. A quoter guarantees to give names that do not clash with any other names used before
val quote : t -> Ppxlib__.Import.expression -> Ppxlib__.Import.expression
quote t e
returns the expression that is safe to use in place ofe
in generated code
val sanitize : t -> Ppxlib__.Import.expression -> Ppxlib__.Import.expression
sanitize t e
Returnse
wrapped with bindings for all quoted expressions in the quotert