aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_print.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-16 12:07:21 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-16 12:07:21 -0400
commit949880b71b6b3d105ff5d73b1cf6958509b85c1e (patch)
tree68e966449a07c5dd9a2ce9a9c354e6b6b6b51106 /src/mono_print.sml
parent7a0e04de1fd3d0e72deb4c78367a6894ef6e4396 (diff)
Catching duplicate cookie and style paths
Diffstat (limited to 'src/mono_print.sml')
-rw-r--r--src/mono_print.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mono_print.sml b/src/mono_print.sml
index a9e68005..7ad8dada 100644
--- a/src/mono_print.sml
+++ b/src/mono_print.sml
@@ -440,6 +440,9 @@ fun p_decl env (dAll as (d, _) : decl) =
string s,
string ")"]
+ | DCookie s => box [string "cookie",
+ space,
+ string s]
| DStyle s => box [string "style",
space,
string s]