diff src/mono.sml @ 29:537db4ee89f4

Translation to Cjr
author Adam Chlipala <adamc@hcoop.net>
date Tue, 10 Jun 2008 18:28:43 -0400
parents 4ab19c19665f
children 92361a008a10
line wrap: on
line diff
--- a/src/mono.sml	Tue Jun 10 16:22:46 2008 -0400
+++ b/src/mono.sml	Tue Jun 10 18:28:43 2008 -0400
@@ -43,7 +43,7 @@
        | EApp of exp * exp
        | EAbs of string * typ * typ * exp
 
-       | ERecord of (string * exp) list
+       | ERecord of (string * exp * typ) list
        | EField of exp * string
 
 withtype exp = exp' located