print gamma jowww
[cc1516.git] / AST.dcl
diff --git a/AST.dcl b/AST.dcl
index ac1cf4e..f15690d 100644 (file)
--- a/AST.dcl
+++ b/AST.dcl
@@ -9,7 +9,7 @@ from StdOverloaded import class toString
 :: Type 
        = TupleType (Type, Type)
        | ListType Type
-       | IdType String
+       | IdType String 
        | IntType 
        | BoolType
        | CharType