view tests/babySpawn.ur @ 2186:d87d72b6e299

Remove spurious failure about reopening database connection
author Adam Chlipala <adam@chlipala.net>
date Sat, 31 Oct 2015 19:21:05 -0400
parents d2383ffc18ab
children
line wrap: on
line source
fun main () : transaction page = return <xml><body>
  <button onclick={fn _ => spawn (alert "Hi")}/>
</body></xml>