aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/mono_print.sml
diff options
context:
space:
mode:
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]