view tests/sidecheckGood.ur @ 1694:7b4abecadc38

Return to working version mode
author Adam Chlipala <adam@chlipala.net>
date Sat, 10 Mar 2012 13:35:02 -0500
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>