Mercurial > urweb
view tests/empties.ur @ 1707:c05e2e4bdde7
Refactor to avoid dependence on recursive mutexes
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 08 Apr 2012 16:24:16 -0400 |
parents | 815afd323d86 |
children |
line wrap: on
line source
fun main () = return <xml><body> <table> <tr> <th/> <td><p/></td> </tr> </table> <form><textbox{#A}/></form> </body></xml>