summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-06-10 15:56:33 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-06-10 15:56:33 -0400
commit0b48781249e7062928ff78ae3469a508a3e31eaa (patch)
tree9e6bdf99508109633f198c8a01948c165cad3b86 /src/mono.sml
parentbe45a4a950e01689219ebc5032f53f66b012f660 (diff)
Closure conversion
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 7a4b54ee..a23ec958 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -41,7 +41,7 @@ datatype exp' =
| ERel of int
| ENamed of int
| EApp of exp * exp
- | EAbs of string * typ * exp
+ | EAbs of string * typ * typ * exp
| ERecord of (string * exp) list
| EField of exp * string