Module MetaquotSource
This module does not have an associated .mli file because its signature depends dynamically from the contents of Parsetree.
The module mainly provides two sub-modules Metaquot.Exp and Metaquot.Pat, which provide lifters for expressions and patterns respectively.
include sig ... end
include sig ... end
Sourceval expression_of_default_loc : unit -> Ppxlib.expression Sourcetype mapper = {expression : Ppxlib.expression -> Ppxlib.expression;pattern : Ppxlib.pattern -> Ppxlib.pattern;
} include sig ... end