Mercurial > urweb
view tests/babySpawn.ur @ 2248:e09c3dc102ef
Rewrite effectfulness analysis using MonoUtil.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sat, 15 Aug 2015 23:08:37 -0700 |
parents | d2383ffc18ab |
children |
line wrap: on
line source
fun main () : transaction page = return <xml><body> <button onclick={fn _ => spawn (alert "Hi")}/> </body></xml>