ocaml/parsing/longident.mli

6 lines
97 B
OCaml
Raw Normal View History

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