package camlon

  1. Overview
  2. Docs

Module Camlon.LongidentSource

Long identifiers, used in parsetree.

Sourcetype t =
  1. | Lident of string
  2. | Ldot of t * string
  3. | Lapply of t * t
Sourceval flatten : t -> string list
Sourceval last : t -> string
Sourceval parse : string -> t
OCaml

Innovation. Community. Security.