aboutsummaryrefslogtreecommitdiffhomepage
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 84002c00..c912bd66 100644
--- a/src/expl_print.sml
+++ b/src/expl_print.sml
@@ -691,6 +691,13 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DStyle (_, x, n, c) => box [string "style",
+ space,
+ p_named x n,
+ space,
+ string ":",
+ space,
+ p_con env c]
and p_str env (str, _) =
case str of