annotate tests/babySpawn.ur @ 1867:216a3a67ebe3

Tweak Sergey's patch to work with Postgres
author Adam Chlipala <adam@chlipala.net>
date Fri, 13 Sep 2013 10:24:10 -0400
parents d2383ffc18ab
children
rev   line source
adam@1803 1 fun main () : transaction page = return <xml><body>
adam@1803 2 <button onclick={fn _ => spawn (alert "Hi")}/>
adam@1803 3 </body></xml>