aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/expl_env.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-13 10:17:06 -0400
commit3316f3c317e587a5fc2ecf38f061a72b48e3b94e (patch)
treefae8c92c195e5f7976352a337017d285e729f859 /src/expl_env.sml
parent7281dbb2fc2a5f50c1049bad629f330e2ff3f7ca (diff)
Remove closure conversion in favor of zany fun with modules, which also replaces 'page'
Diffstat (limited to 'src/expl_env.sml')
-rw-r--r--src/expl_env.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expl_env.sml b/src/expl_env.sml
index 93d21c31..b9c95605 100644
--- a/src/expl_env.sml
+++ b/src/expl_env.sml
@@ -243,7 +243,7 @@ fun declBinds env (d, _) =
| DSgn (x, n, sgn) => pushSgnNamed env x n sgn
| DStr (x, n, sgn, _) => pushStrNamed env x n sgn
| DFfiStr (x, n, sgn) => pushStrNamed env x n sgn
- | DPage _ => env
+ | DExport _ => env
fun sgiBinds env (sgi, _) =
case sgi of