Mercurial > urweb
annotate tests/firebug.ur @ 1431:4a6f84092399
Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 10 Mar 2011 18:51:15 -0500 |
parents | 5f72a66402f7 |
children |
rev | line source |
---|---|
adamc@1088 | 1 fun main () = |
adamc@1088 | 2 a <- source "some text"; |
adamc@1088 | 3 return <xml><body> |
adamc@1088 | 4 <label>A: <ctextbox source={a}/></label> |
adamc@1088 | 5 </body></xml> |