Sem now prints Gamma
[cc1516.git] / sem.dcl
diff --git a/sem.dcl b/sem.dcl
index 2b13436..a570597 100644 (file)
--- a/sem.dcl
+++ b/sem.dcl
@@ -13,4 +13,4 @@ from StdOverloaded import class toString
 instance toString SemError
 instance toString Gamma
 
-sem :: AST -> Either [SemError] AST
+sem :: AST -> Either [SemError] (AST, Gamma)