view tests/sbind.ur @ 1337:b4b5788b20ea

Moving Incl and Mem to Meta library
author Adam Chlipala <adam@chlipala.net>
date Tue, 14 Dec 2010 09:37:23 -0500
parents 57018f21cd5c
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <p>Before</p>
  <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p>
  <p>After</p>
</body></xml>