Mercurial > urweb
view tests/aborter2.ur @ 1832:373e2c3f03b2
Rename Basis.exp to Basis.pow, to avoid confusion with 'expression'; add a test case for it
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Wed, 28 Nov 2012 11:45:46 -0500 |
parents | 7009b0ac1501 |
children |
line wrap: on
line source
table t : { X : int } fun main () : transaction page = v <- query (SELECT * FROM t) (fn r (_ : int) => return (error <xml>Shot down!</xml>)) 0; return <xml>Result: {[v]}</xml>