Mercurial > urweb
diff src/cjr.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 | 87156c44824f |
children | c1e3805e604e |
line wrap: on
line diff
--- a/src/cjr.sml Sat Jan 07 11:01:21 2012 -0500 +++ b/src/cjr.sml Sat Jan 07 15:56:22 2012 -0500 @@ -66,7 +66,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 list | EUnop of string * exp