ocaml/parsing/longident.mli

6 lines
97 B
OCaml

(* Long identifiers, used in parsetree. *)
type t =
Lident of string
| Ldot of t * string