summaryrefslogtreecommitdiff
path: root/src/mono_util.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono_util.sml')
-rw-r--r--src/mono_util.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono_util.sml b/src/mono_util.sml
index cb01a958..b0baa395 100644
--- a/src/mono_util.sml
+++ b/src/mono_util.sml
@@ -556,9 +556,9 @@ fun mapfoldB {typ = fc, exp = fe, decl = fd, bind} =
| PolSequence e =>
S.map2 (mfe ctx e,
PolSequence)
- | PolEqualKnown {table = tab, field = nm} =>
+ | PolEqual {table = tab, field = nm, known = b} =>
S.map2 (mfe ctx tab,
- fn tab => PolEqualKnown {table = tab, field = nm})
+ fn tab => PolEqual {table = tab, field = nm, known = b})
and mfvi ctx (x, n, t, e, s) =
S.bind2 (mft t,