Mercurial > urweb
view tests/sidecheckGood.ur @ 1776:8f28c3295148
Compiled a window function use
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 02 Jun 2012 16:00:50 -0400 |
parents | 154cfe2eb366 |
children |
line wrap: on
line source
fun main () : transaction page = s <- source 0; set s 42; return <xml><body> <dyn signal={n <- signal s; return (txt n)}/> </body></xml>