From 949880b71b6b3d105ff5d73b1cf6958509b85c1e Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 16 Apr 2009 12:07:21 -0400 Subject: Catching duplicate cookie and style paths --- src/mono_print.sml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mono_print.sml') 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] -- cgit v1.2.3