Module MenhirLib.Convert
type ('token, 'semantic_value) traditional =
(Stdlib.Lexing.lexbuf -> 'token) ->
Stdlib.Lexing.lexbuf ->
'semantic_valueval traditional2revised :
('token -> 'raw_token) ->
('token -> Stdlib.Lexing.position) ->
('token -> Stdlib.Lexing.position) ->
('raw_token, 'semantic_value) Ocaml_preprocess.MenhirLib.Convert.traditional ->
('token, 'semantic_value) Ocaml_preprocess.MenhirLib.Convert.revisedval revised2traditional :
('raw_token -> Stdlib.Lexing.position -> Stdlib.Lexing.position -> 'token) ->
('token, 'semantic_value) Ocaml_preprocess.MenhirLib.Convert.revised ->
('raw_token, 'semantic_value) Ocaml_preprocess.MenhirLib.Convert.traditionalmodule Simplified : sig ... end