werkt
[cc1516.git] / parse.dcl
index c7d177c..785dfbc 100644 (file)
--- a/parse.dcl
+++ b/parse.dcl
@@ -1,6 +1,8 @@
 definition module parse
 
-import lex
+from Data.Either import :: Either
+
+from lex import :: LexerOutput, :: Token, :: TokenValue
 
 :: ParserOutput :== Either String AST
 :: AST = If | While //stub