Mercurial > urweb
view tests/aborter.ur @ 850:1c2f335297b7
Fix a variable capture bug in nested JavaScript; some more list stuff
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 16 Jun 2009 17:52:44 -0400 |
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>)