1Parser.Incremental(3) OCaml library Parser.Incremental(3)
2
3
4
6 Parser.Incremental - no description
7
9 Module Parser.Incremental
10
12 Module Incremental
13 : sig end
14
15
16
17
18
19
20
21
22 val use_file : Lexing.position -> Parsetree.toplevel_phrase list
23 Parser.MenhirInterpreter.checkpoint
24
25
26
27
28 val toplevel_phrase : Lexing.position -> Parsetree.toplevel_phrase
29 Parser.MenhirInterpreter.checkpoint
30
31
32
33
34 val parse_val_longident : Lexing.position -> Longident.t Parser.Menhir‐
35 Interpreter.checkpoint
36
37
38
39
40 val parse_pattern : Lexing.position -> Parsetree.pattern Parser.Menhir‐
41 Interpreter.checkpoint
42
43
44
45
46 val parse_mty_longident : Lexing.position -> Longident.t Parser.Menhir‐
47 Interpreter.checkpoint
48
49
50
51
52 val parse_mod_longident : Lexing.position -> Longident.t Parser.Menhir‐
53 Interpreter.checkpoint
54
55
56
57
58 val parse_mod_ext_longident : Lexing.position -> Longident.t
59 Parser.MenhirInterpreter.checkpoint
60
61
62
63
64 val parse_expression : Lexing.position -> Parsetree.expression
65 Parser.MenhirInterpreter.checkpoint
66
67
68
69
70 val parse_core_type : Lexing.position -> Parsetree.core_type
71 Parser.MenhirInterpreter.checkpoint
72
73
74
75
76 val parse_constr_longident : Lexing.position -> Longident.t Parser.Men‐
77 hirInterpreter.checkpoint
78
79
80
81
82 val parse_any_longident : Lexing.position -> Longident.t Parser.Menhir‐
83 Interpreter.checkpoint
84
85
86
87
88 val interface : Lexing.position -> Parsetree.signature Parser.MenhirIn‐
89 terpreter.checkpoint
90
91
92
93
94 val implementation : Lexing.position -> Parsetree.structure Parser.Men‐
95 hirInterpreter.checkpoint
96
97
98
99
100
101
102OCamldoc 2020-09-01 Parser.Incremental(3)