comparison src/cjr.sml @ 720:acb8537f58f0

Stop tracking CSS classes in XML types
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 12:31:54 -0400
parents f152f215a02c
children 4c5796512edc
comparison
equal deleted inserted replaced
719:5c099b1308ae 720:acb8537f58f0
108 | DSequence of string 108 | DSequence of string
109 | DDatabase of {name : string, expunge : int, initialize : int} 109 | DDatabase of {name : string, expunge : int, initialize : int}
110 | DPreparedStatements of (string * int) list 110 | DPreparedStatements of (string * int) list
111 111
112 | DJavaScript of string 112 | DJavaScript of string
113 | DStyle of string * string list 113 | DStyle of string
114 114
115 withtype decl = decl' located 115 withtype decl = decl' located
116 116
117 datatype sidedness = 117 datatype sidedness =
118 ServerOnly 118 ServerOnly