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 e9d30181..7a789e2c 100644
--- a/src/mono.sml
+++ b/src/mono.sml
@@ -127,6 +127,7 @@ datatype decl' =
| DTable of string * (string * typ) list * exp * exp
| DSequence of string
+ | DView of string * (string * typ) list * exp
| DDatabase of {name : string, expunge : int, initialize : int}
| DJavaScript of string