comparison src/mono.sml @ 725:4c5796512edc

Catching duplicate cookie and style paths
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:07:21 -0400
parents acb8537f58f0
children e0dd85ea58e1
comparison
equal deleted inserted replaced
724:12ec14a6be0b 725:4c5796512edc
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 | DCookie of string
130 | DStyle of string 131 | DStyle of string
131 132
132 133
133 withtype decl = decl' located 134 withtype decl = decl' located
134 135