let
[minfp.git] / ast.dcl
diff --git a/ast.dcl b/ast.dcl
index c8f4c35..029f0fe 100644 (file)
--- a/ast.dcl
+++ b/ast.dcl
@@ -10,7 +10,7 @@ from StdOverloaded import class toString
        | App Expression Expression
        | Lambda [Char] Expression
        | Builtin [Char] [Expression]
-       | Let [Char] [[Char]] Expression Expression
+       | Let [Char] Expression Expression
 
 :: Value
        = Int Int