Module GTCommon.Plugin_intf

type plugin_args = (Ppxlib.longident * Ppxlib.expression) list
class virtual [!'loc, !'exp, !'typ, 'type_arg, 'ce, !'ctf, !'cf, !'str, !'sign, !'pat] typ_g : object ... end
module Make (AstHelpers : GTCommon.GTHELPERS_sig.S) : sig ... end
module type MAKE = functor (AstHelpers : GTCommon.GTHELPERS_sig.S) -> sig ... end