sattok mooier
[cc1516.git] / src / lex.dcl
index 0b064b4..2c6f0aa 100644 (file)
@@ -55,6 +55,4 @@ from Data.Either import :: Either
 
 :: LexerOutput :== Either String [Token]
 
-(===) :: TokenValue Token -> Bool
-
 lexer :: [Char] -> LexerOutput