1Longident(3)                       OCamldoc                       Longident(3)
2
3
4

NAME

6       Longident - Long identifiers, used in parsetree.
7

Module

9       Module   Longident
10

Documentation

12       Module Longident
13        : sig end
14
15
16       Long identifiers, used in parsetree.
17
18
19
20
21
22       type t =
23        | Lident of string
24        | Ldot of t * string
25        | Lapply of t * t
26
27
28
29
30
31       val flatten : t -> string list
32
33
34
35
36       val last : t -> string
37
38
39
40
41       val parse : string -> t
42
43
44
45
46
47
482018-04-14                          source:                       Longident(3)
Impressum