tuples
[minfp.git] / int.dcl
diff --git a/int.dcl b/int.dcl
index d314ca8..2e33982 100644 (file)
--- a/int.dcl
+++ b/int.dcl
@@ -4,5 +4,5 @@ from Data.Either import :: Either
 from ast import :: Expression, :: Value
 
 :: Eval a
+
 int :: Expression -> Either [String] Value
-eval :: Expression -> Eval Value