GTCommon.Expander
module Make (Helpers : GTCommon.GTHELPERS_sig.S) : sig ... end
val register_plugin : string -> (module GTCommon.Plugin_intf.MAKE) -> unit
val set_inline_registration :
(string -> (module GTCommon.Plugin_intf.MAKE) -> unit) ->
unit
val register_ppx_inline_plugin :
string ->
(loc:Ppxlib.Location.t -> Ppxlib.core_type -> Ppxlib.expression) ->
unit