view tests/rewrite.ur @ 1660:b46c93ce7be2

Revert last unification tweak
author Adam Chlipala <adam@chlipala.net>
date Fri, 06 Jan 2012 09:40:20 -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>