Mercurial > urweb
view tests/empties.ur @ 1718:dd12d6d9e9a7
Add another rule to simplify record concatenations for pretty-printing
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 21 Apr 2012 14:06:03 -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>