diff src/expl_print.sml @ 718:f152f215a02c

style declarations
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 10:08:11 -0400
parents d8217b4cb617
children acb8537f58f0
line wrap: on
line diff
--- a/src/expl_print.sml	Thu Apr 09 16:36:50 2009 -0400
+++ b/src/expl_print.sml	Sun Apr 12 10:08:11 2009 -0400
@@ -691,6 +691,13 @@
                                      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