diff src/mono.sml @ 26:4ab19c19665f

Closure conversion
author Adam Chlipala <adamc@hcoop.net>
date Tue, 10 Jun 2008 15:56:33 -0400
parents 0a762c73824d
children 537db4ee89f4
line wrap: on
line diff
--- a/src/mono.sml	Tue Jun 10 13:14:45 2008 -0400
+++ b/src/mono.sml	Tue Jun 10 15:56:33 2008 -0400
@@ -41,7 +41,7 @@
        | 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