view tests/sreturn.ur @ 1694:7b4abecadc38

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 10 Mar 2012 13:35:02 -0500
parents 55fc747a67dc
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <p>Before</p>
  <p><dyn signal={return <xml>Hi!</xml>}/></p>
  <p>After</p>
</body></xml>