view tests/sbind.ur @ 1395:f53ec50097a5

Fix type-checking of views to match change to sql_query type
author Adam Chlipala <adam@chlipala.net>
date Sat, 15 Jan 2011 15:06:33 -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>