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