Source file parser_recovery__.ml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
(** @canonical Parser_recovery.Annot *)
module Annot = Parser_recovery__Annot
(** @canonical Parser_recovery.Let_binding *)
module Let_binding = Parser_recovery__Let_binding
(** @canonical Parser_recovery.Lexer *)
module Lexer = Parser_recovery__Lexer
(** @canonical Parser_recovery.Merlin_recovery *)
module Merlin_recovery = Parser_recovery__Merlin_recovery
(** @canonical Parser_recovery.Parser *)
module Parser = Parser_recovery__Parser
(** @canonical Parser_recovery.Parser_recover *)
module Parser_recover = Parser_recovery__Parser_recover