Mercurial > urweb
view tests/aborter.ur @ 2120:e3a79066380d
Evaluate minus and times in MonoOpt
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 16 Feb 2015 14:52:56 -0500 |
parents | b10132434adc |
children |
line wrap: on
line source
table t : {A : int} fun main () : transaction page = () <- dml (INSERT INTO t (A) VALUES (0)); return (error <xml>No way, Jose!</xml>)