X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=lex.dcl;h=7e41bc3c28b85693819e2c833d9470a8c2808047;hb=953019d8255b9779d67fb1cb6c8946f589a24936;hp=d1daf7cf991b6b3a6ae7a022f4fad3fce51314eb;hpb=889d4798a0da64d76422da98378f5e5c35f0bf32;p=cc1516.git diff --git a/lex.dcl b/lex.dcl index d1daf7c..7e41bc3 100644 --- a/lex.dcl +++ b/lex.dcl @@ -53,6 +53,4 @@ import Data.Either :: LexerOutput :== Either String [Token] -instance toString LexerOutput - lexer :: [Char] -> LexerOutput