module Lexer: sig .. end
sig
end
val token : Lexing.lexbuf -> Parser.token
Lexing.lexbuf -> Parser.token
include Parsing_utils.S