view tests/sreturn.ur @ 1378:461250eb24a2

Add a note about Explify to the manual
author Adam Chlipala <adam@chlipala.net>
date Sun, 02 Jan 2011 11:40:08 -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>