comparison src/monoize.sml @ 724:12ec14a6be0b

<link>
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Apr 2009 12:00:44 -0400
parents 9864b64b1700
children 4c5796512edc
comparison
equal deleted inserted replaced
723:311ca1ae715d 724:12ec14a6be0b
2166 case x of 2166 case x of
2167 "Link" => urlifyExp 2167 "Link" => urlifyExp
2168 | "Action" => urlifyExp 2168 | "Action" => urlifyExp
2169 | _ => attrifyExp 2169 | _ => attrifyExp
2170 2170
2171 val x =
2172 case x of
2173 "Typ" => "Type"
2174 | _ => x
2171 val xp = " " ^ lowercaseFirst x ^ "=\"" 2175 val xp = " " ^ lowercaseFirst x ^ "=\""
2172 2176
2173 val (e, fm) = fooify env fm (e, t) 2177 val (e, fm) = fooify env fm (e, t)
2174 in 2178 in
2175 ((L'.EStrcat (s, 2179 ((L'.EStrcat (s,