Mercurial > urweb
view tests/aborter2.ur @ 1486:7f8ddcf12b20
Change Basis.rand to use cryptographically secure generation
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 03 Jul 2011 16:50:17 -0400 |
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>