diff src/mono.sml @ 1663:0577be31a435

First part of changes to avoid depending on C function call argument order of evaluation (omitting normal Ur function calls, so far)
author Adam Chlipala <adam@chlipala.net>
date Sat, 07 Jan 2012 15:56:22 -0500
parents 02fc16faecf3
children 177547450bb9
line wrap: on
line diff
--- a/src/mono.sml	Sat Jan 07 11:01:21 2012 -0500
+++ b/src/mono.sml	Sat Jan 07 15:56:22 2012 -0500
@@ -78,7 +78,7 @@
        | ENone of typ
        | ESome of typ * exp
        | EFfi of string * string
-       | EFfiApp of string * string * exp list
+       | EFfiApp of string * string * (exp * typ) list
        | EApp of exp * exp
        | EAbs of string * typ * typ * exp