view tests/rewrite.ur @ 1400:c57414e39321

Updating documentation in preparation for a release
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Jan 2011 12:06:38 -0500
parents 3b7e46790fa7
children
line wrap: on
line source
table t : { A : int }

fun other () = return <xml><body>
  Other
</body></xml>

fun main () = return <xml><body>
  <a link={other ()}>Hi!</a>
</body></xml>