diff src/expl_util.sml @ 109:813e5a52063d

Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
author Adam Chlipala <adamc@hcoop.net>
date Sun, 13 Jul 2008 10:17:06 -0400
parents 275aaeb73f1f
children 7420fa18d657
line wrap: on
line diff
--- a/src/expl_util.sml	Thu Jul 10 16:05:14 2008 -0400
+++ b/src/expl_util.sml	Sun Jul 13 10:17:06 2008 -0400
@@ -271,6 +271,11 @@
                 S.map2 (mfk k,
                          fn k' =>
                             (EFold k', loc))
+
+              | EWrite e =>
+                S.map2 (mfe ctx e,
+                     fn e' =>
+                        (EWrite e', loc))
     in
         mfe
     end