summaryrefslogtreecommitdiff
path: root/src/core_print.sml
diff options
context:
space:
mode:
Diffstat (limited to 'src/core_print.sml')
-rw-r--r--src/core_print.sml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/core_print.sml b/src/core_print.sml
index ed401d29..caf55adb 100644
--- a/src/core_print.sml
+++ b/src/core_print.sml
@@ -586,6 +586,17 @@ fun p_decl env (dAll as (d, _) : decl) =
string ":",
space,
p_con env c]
+ | DStyle (x, n, c, s) => box [string "style",
+ space,
+ p_named x n,
+ space,
+ string "as",
+ space,
+ string s,
+ space,
+ string ":",
+ space,
+ p_con env c]
fun p_file env file =
let