summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
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