Module LongidentSource

Long identifiers, used in parsetree.

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