view tests/rewrite.ur @ 1504:71fdaef3b5dd

Tutorial: Names and Records
author Adam Chlipala <adam@chlipala.net>
date Sun, 17 Jul 2011 10:27:09 -0400
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>