compiler bug
[minfp.git] / ast.dcl
diff --git a/ast.dcl b/ast.dcl
index 029f0fe..720855a 100644 (file)
--- a/ast.dcl
+++ b/ast.dcl
@@ -17,10 +17,4 @@ from StdOverloaded import class toString
        | Bool Bool
        | Func Int [Expression] ([Expression] -> Expression)
 
-:: Type
-       = TVar [Char]
-       | TInt
-       | TBool
-       | TFun Type Type
-
-instance toString Function, Expression, Value, Type
+instance toString Function, Expression, Value