summaryrefslogtreecommitdiff
path: root/src/expl_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/expl_print.sml')
-rw-r--r--src/expl_print.sml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/expl_print.sml b/src/expl_print.sml
index 167c6850..e6b28fea 100644
--- a/src/expl_print.sml
+++ b/src/expl_print.sml
@@ -681,6 +681,13 @@ fun p_decl env (dAll as (d, _) : decl) =
| DSequence (_, x, n) => box [string "sequence",
space,
p_named x n]
+ | DView (_, x, n, e, _) => box [string "view",
+ space,
+ p_named x n,
+ space,
+ string "as",
+ space,
+ p_exp env e]
| DDatabase s => box [string "database",
space,
string s]