Module Transept_genlex.Lexer

module Make (Parser : Transept_specs.PARSER with type e = char) : sig ... end
module Token (Parser : Transept_specs.PARSER with type e = Lexeme.t) : sig ... end