ppx_protocol_conv.driver
Ppx_protocol_driver
ppx_protocol_conv
ppx_protocol_conv.runtime
module type Driver = sig ... end
val mangle : string -> string
module Make (D : Driver) : Protocol_conv.Runtime.Driver with type t = D.t and type 'a flags = ?flags:[ `Mangle of string -> string ] -> 'a