Astlib.LongidentLong identifiers, used in parsetrees.
The long identifier type
val flatten : t -> string listFlatten a long identifier built upon Lident and Ldot. Raise when hitting Lapply.
val parse : string -> tParse a string into a long identifier built upon Lident and Ldot.
val to_compiler : t -> Ocaml_common.Longident.tval from_compiler : Ocaml_common.Longident.t -> t