package ppx_tools

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ast_convenience.LabelSource

Sourcetype t = Asttypes.arg_label
Sourcetype desc = Asttypes.arg_label =
  1. | Nolabel
  2. | Labelled of string
  3. | Optional of string
Sourceval explode : t -> desc
Sourceval nolabel : t
Sourceval labelled : string -> t
Sourceval optional : string -> t
OCaml

Innovation. Community. Security.