1Longident(3) OCamldoc Longident(3)
23
4
NAME
6Longident - Long identifiers, used in parsetree.
7
Module
9Module Longident
10
Documentation
12Module Longident
13: sig end
1415
16
Long identifiers, used in parsetree.
1718
19
20
21
22
type t =
23| Lident of string
24| Ldot of t * string
25| Lapply of t * t
2627
28
29
30
31
val flatten : t -> string list
3233
34
35
36
val last : t -> string
3738
39
40
41
val parse : string -> t
4243
44
45
46
47
48
2018-04-14 source: Longident(3)