Mercurial > urweb
view tests/css.ur @ 1580:ec466c1e082a
Catch UnboundNamed exceptions that arise from missing signature items
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Fri, 21 Oct 2011 08:51:30 -0400 |
parents | a671c986f517 |
children | f9e5a8e09cdf |
line wrap: on
line source
style st1 style st2 fun main () = return <xml><body> <span title="Whoa" class={classes st1 st2}>Hi!</span> </body></xml>