Mercurial > urweb
view tests/firebug.ur @ 1633:deeeb036c8ed
Treat [naughtyDebug] as pure for optimization purposes
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 05 Dec 2011 10:43:06 -0500 |
parents | 5f72a66402f7 |
children |
line wrap: on
line source
fun main () = a <- source "some text"; return <xml><body> <label>A: <ctextbox source={a}/></label> </body></xml>