Miscellaneous.
This commit is contained in:
parent
c92e3b28ad
commit
ea7460f8c9
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
module Make (Lexer: Lexer.S with module Token := LexToken)
|
module Make (Lexer: Lexer.S with module Token := LexToken)
|
||||||
(Parser: module type of Parser)
|
(Parser: module type of Parser)
|
||||||
(ParErr: sig val message : int -> string end) =
|
(ParErr: module type of ParErr) =
|
||||||
struct
|
struct
|
||||||
module I = Parser.MenhirInterpreter
|
module I = Parser.MenhirInterpreter
|
||||||
module S = MenhirLib.General (* Streams *)
|
module S = MenhirLib.General (* Streams *)
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
module Make (Lexer: Lexer.S with module Token := LexToken)
|
module Make (Lexer: Lexer.S with module Token := LexToken)
|
||||||
(Parser: module type of Parser)
|
(Parser: module type of Parser)
|
||||||
(ParErr: sig val message: int -> string end) :
|
(ParErr: module type of ParErr) :
|
||||||
sig
|
sig
|
||||||
(* Monolithic and incremental APIs of Menhir for parsing *)
|
(* Monolithic and incremental APIs of Menhir for parsing *)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user