log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/onerror.ur @ 1294:b4480a56cab7
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Server-side 'onError'
author
Adam Chlipala <adam@chlipala.net>
date
Tue, 07 Sep 2010 08:28:07 -0400
parents
children
rev
line source
adam@1294
1
fun main n =
adam@1294
2
case n of
adam@1294
3
0 => error <xml>Zero is bad!</xml>
adam@1294
4
| _ => return <xml/>