Mercurial > urweb
view tests/sidecheck.ur @ 2031:d11a7a9c4a73
New syntactic shorthand for antiquoting subqueries
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 25 Jun 2014 14:04:13 -0400 |
parents | 154cfe2eb366 |
children |
line wrap: on
line source
fun main () : transaction page = s <- source 0; n <- get s; set s (n + 1); n' <- get s; return <xml>{[n']}</xml>