log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/badRpc.ur @ 1601:78e0d56b594e
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Better error messages when client-side constructs are detected in Cjrize
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 19 Nov 2011 10:26:19 -0500
parents
children
rev
line source
adam@1601
1
fun zero () = return 0
adam@1601
2
adam@1601
3
fun main () : transaction page =
adam@1601
4
z <- rpc (zero ());
adam@1601
5
return <xml>{[z]}</xml>