diff options
author | Adam Chlipala <adamc@hcoop.net> | 2008-11-06 15:52:13 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2008-11-06 15:52:13 -0500 |
commit | 49f721d39e46ab0635cc2e9a5ed2a66944586640 (patch) | |
tree | 41ee93be96f6a864b32ea4dc473be7a2c8414be2 /src/monoize.sml | |
parent | 0a10b5b7d2bbdcbfec723176b2a31d6b4c6d34d1 (diff) |
Ensql'ing nullables
Diffstat (limited to 'src/monoize.sml')
-rw-r--r-- | src/monoize.sml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/monoize.sml b/src/monoize.sml index 83da382b..70f15867 100644 --- a/src/monoize.sml +++ b/src/monoize.sml @@ -983,7 +983,7 @@ fun monoExp (env, st, fm) (all as (e, loc)) = let val (e, fm) = monoExp (env, st, fm) e in - ((L'.EDml (liftExpInExp 0 e), loc), + ((L'.EDml e, loc), fm) end |