summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 3e9e2638..913650fa 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -58,8 +58,8 @@ datatype exp' =
withtype exp = exp' located
datatype decl' =
- DVal of string * int * typ * exp
- | DPage of (string * typ) list * exp
+ DVal of string * int * typ * exp * string
+ | DExport of int
withtype decl = decl' located