Module Metapp_ppx.MutableQuotations
include Metapp_api.QuotationsS with type 'a x = 'a AccuQuotation.t
type t = {expr : Ppxlib.expression x;pat : Ppxlib.pattern x;typ : Ppxlib.core_type x;signature : Ppxlib.signature x;signature_item : Ppxlib.signature_item x;structure : Ppxlib.structure x;structure_item : Ppxlib.structure_item x;
}