diff src/mono_print.sml @ 725:4c5796512edc

Catching duplicate cookie and style paths
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:07:21 -0400
parents acb8537f58f0
children 5819fb63c93a
line wrap: on
line diff
--- a/src/mono_print.sml	Thu Apr 16 12:00:44 2009 -0400
+++ b/src/mono_print.sml	Thu Apr 16 12:07:21 2009 -0400
@@ -440,6 +440,9 @@
                               string s,
                               string ")"]
 
+      | DCookie s => box [string "cookie",
+                          space,
+                          string s]
       | DStyle s => box [string "style",
                          space,
                          string s]