Mercurial > urweb
diff src/cjr_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/cjr_print.sml Thu Apr 09 16:36:50 2009 -0400 +++ b/src/cjr_print.sml Sun Apr 12 10:08:11 2009 -0400 @@ -2146,6 +2146,17 @@ | DJavaScript s => box [string "static char jslib[] = \"", string (String.toString s), string "\";"] + | DStyle (s, xs) => box [string "/*", + space, + string "style", + space, + string s, + space, + string ":", + space, + p_list string xs, + space, + string "*/"] datatype 'a search = Found of 'a