1Longident(3)                     OCaml library                    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 unflatten : string list -> t option
37
38
39
40
41       val last : t -> string
42
43
44
45
46       val parse : string -> t
47
48
49
50
51
52
53OCamldoc                          2019-02-02                      Longident(3)
Impressum