summaryrefslogtreecommitdiff
path: root/src/mono.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/mono.sml')
-rw-r--r--src/mono.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mono.sml b/src/mono.sml
index 39de583c..21d1cbe3 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -56,6 +56,7 @@ withtype exp = exp' located
datatype decl' =
DVal of string * int * typ * exp
+ | DPage of (string * typ) list * exp
withtype decl = decl' located