view tests/sreturn.ur @ 1489:4437b008e0ab

Narrow Maybe match case.
author Karn Kallio <kkallio@eka>
date Wed, 06 Jul 2011 18:54:23 -0430
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>