summaryrefslogtreecommitdiff
path: root/src/elab.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/elab.sml')
-rw-r--r--src/elab.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elab.sml b/src/elab.sml
index 9fca4e13..d9d59d98 100644
--- a/src/elab.sml
+++ b/src/elab.sml
@@ -115,7 +115,7 @@ datatype decl' =
| DStr of string * int * sgn * str
| DFfiStr of string * int * sgn
| DConstraint of con * con
- | DPage of con * exp
+ | DExport of int * sgn * str
and str' =
StrConst of decl list