package ppx_protocol_conv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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