package ppx_tools

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