annotate tests/csdebug.ur @ 1884:5c30eea7aa78

ListPair.map2, based on code by escalier@riseup.net
author Adam Chlipala <adam@chlipala.net>
date Sun, 03 Nov 2013 19:27:30 -0500
parents bd34a4af516a
children
rev   line source
adam@1625 1 fun main () : transaction page =
adam@1625 2 n <- source 0;
adam@1625 3 return <xml><body>
adam@1625 4 <button onclick={n' <- get n; set n (n' + 1); debug ("Message: " ^ show n')}/>
adam@1625 5 </body></xml>