Mercurial > urweb
diff src/iflow.sml @ 2252:e843a04499d4
Revert to revision 2222.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 21 Sep 2015 10:16:55 -0400 |
parents | 25874084bf1f |
children | 8428c534913a |
line wrap: on
line diff
--- a/src/iflow.sml Sun Sep 13 17:02:17 2015 -0400 +++ b/src/iflow.sml Mon Sep 21 10:16:55 2015 -0400 @@ -1900,7 +1900,7 @@ 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 @@ | _ => () in - app decl (#decls file) + app decl (#1 file) end val check = fn file =>