1Parser.Incremental(3)            OCaml library           Parser.Incremental(3)
2
3
4

NAME

6       Parser.Incremental - no description
7

Module

9       Module   Parser.Incremental
10

Documentation

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_module_type  :  Lexing.position   ->   Parsetree.module_type
53       Parser.MenhirInterpreter.checkpoint
54
55
56
57
58       val   parse_module_expr   :  Lexing.position  ->  Parsetree.module_expr
59       Parser.MenhirInterpreter.checkpoint
60
61
62
63
64       val parse_mod_longident : Lexing.position -> Longident.t Parser.Menhir‐
65       Interpreter.checkpoint
66
67
68
69
70       val    parse_mod_ext_longident   :   Lexing.position   ->   Longident.t
71       Parser.MenhirInterpreter.checkpoint
72
73
74
75
76       val  parse_expression   :   Lexing.position   ->   Parsetree.expression
77       Parser.MenhirInterpreter.checkpoint
78
79
80
81
82       val    parse_core_type   :   Lexing.position   ->   Parsetree.core_type
83       Parser.MenhirInterpreter.checkpoint
84
85
86
87
88       val parse_constr_longident : Lexing.position -> Longident.t Parser.Men‐
89       hirInterpreter.checkpoint
90
91
92
93
94       val parse_any_longident : Lexing.position -> Longident.t Parser.Menhir‐
95       Interpreter.checkpoint
96
97
98
99
100       val interface : Lexing.position -> Parsetree.signature Parser.MenhirIn‐
101       terpreter.checkpoint
102
103
104
105
106       val implementation : Lexing.position -> Parsetree.structure Parser.Men‐
107       hirInterpreter.checkpoint
108
109
110
111
112
113
114OCamldoc                          2022-07-22             Parser.Incremental(3)
Impressum