comparison src/monoize.sml @ 1129:4f3a1aa3b66d

<img> has dimensions and needs special HTML handling
author Adam Chlipala <adamc@hcoop.net>
date Tue, 26 Jan 2010 08:46:25 -0500
parents 7a31e0cf25e9
children 32710de7227b
comparison
equal deleted inserted replaced
1128:e1cf925e2074 1129:4f3a1aa3b66d
45 ["link", 45 ["link",
46 "br", 46 "br",
47 "p", 47 "p",
48 "hr", 48 "hr",
49 "input", 49 "input",
50 "button"]) 50 "button",
51 "img"])
51 52
52 val dummyTyp = (L'.TDatatype (0, ref (L'.Enum, [])), E.dummySpan) 53 val dummyTyp = (L'.TDatatype (0, ref (L'.Enum, [])), E.dummySpan)
53 54
54 structure U = MonoUtil 55 structure U = MonoUtil
55 56