package ppx_tools_versioned

  1. Overview
  2. Docs
type t = string
type desc =
  1. | Nolabel
  2. | Labelled of string
  3. | Optional of string
val explode : t -> desc
val nolabel : t
val labelled : string -> t
val optional : string -> t