diff src/mono_util.sml @ 1229:a2cd6664f57f

sendOwnIds policies
author Adam Chlipala <adamc@hcoop.net>
date Sun, 11 Apr 2010 17:55:37 -0400
parents 62af4cacd191
children 3d06e0f7a6f3
line wrap: on
line diff
--- a/src/mono_util.sml	Sun Apr 11 16:46:38 2010 -0400
+++ b/src/mono_util.sml	Sun Apr 11 17:55:37 2010 -0400
@@ -553,6 +553,9 @@
               | PolUpdate e =>
                 S.map2 (mfe ctx e,
                         PolUpdate)
+              | PolSequence e =>
+                S.map2 (mfe ctx e,
+                        PolSequence)
 
         and mfvi ctx (x, n, t, e, s) =
             S.bind2 (mft t,