comparison src/mono.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
125 | DSequence of string 125 | DSequence of string
126 | DDatabase of {name : string, expunge : int, initialize : int} 126 | DDatabase of {name : string, expunge : int, initialize : int}
127 127
128 | DJavaScript of string 128 | DJavaScript of string
129 129
130 | DStyle of string * string list 130 | DStyle of string
131 131
132 132
133 withtype decl = decl' located 133 withtype decl = decl' located
134 134
135 type file = decl list 135 type file = decl list