Ast_convenience.Label
type t
= Asttypes.arg_label
type desc
=
|
Nolabel
Labelled of string
Optional of string
val explode : t -> desc
val nolabel : t
val labelled : string -> t
val optional : string -> t