view tests/sbind.ur @ 847:0f7e2cca6d9b

<dyn> inside <table>; fix Specialize bug with datatype decls generating other mutually-recursive datatype decls
author Adam Chlipala <adamc@hcoop.net>
date Sat, 13 Jun 2009 14:29:36 -0400
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>