fix lexer bugs.

This commit is contained in:
Mark Thom
2018-04-14 11:59:57 -06:00
parent ff6e58e987
commit fcb468b844
2 changed files with 1 additions and 2 deletions

View File

@@ -466,7 +466,6 @@ pub enum ParserError
BuiltInArityMismatch(&'static str),
UnexpectedChar(char),
UnexpectedEOF,
FailedMatch(String),
IO(IOError),
ExpectedRel,
InadmissibleFact,