aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/iflow.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/iflow.sml')
-rw-r--r--src/iflow.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iflow.sml b/src/iflow.sml
index 6ed7e69d..b8346baa 100644
--- a/src/iflow.sml
+++ b/src/iflow.sml
@@ -1900,7 +1900,7 @@ fun check (file : file) =
val exptd = foldl (fn ((d, _), exptd) =>
case d of
DExport (_, _, n, _, _, _) => IS.add (exptd, n)
- | _ => exptd) IS.empty (#decls file)
+ | _ => exptd) IS.empty (#1 file)
fun decl (d, loc) =
case d of
@@ -2164,7 +2164,7 @@ fun check (file : file) =
| _ => ()
in
- app decl (#decls file)
+ app decl (#1 file)
end
val check = fn file =>