summaryrefslogtreecommitdiff
path: root/src/source.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/source.sml')
-rw-r--r--src/source.sml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/source.sml b/src/source.sml
index e52f5630..d5aa137e 100644
--- a/src/source.sml
+++ b/src/source.sml
@@ -113,7 +113,7 @@ datatype decl' =
| DOpen of string * string list
| DConstraint of con * con
| DOpenConstraints of string * string list
- | DPage of exp
+ | DExport of str
and str' =
StrConst of decl list