log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison 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
comparison
equal
deleted
inserted
replaced
1600:8128fcb2d4a4
1601:78e0d56b594e
1
fun zero () = return 0
2
3
fun main () : transaction page =
4
z <- rpc (zero ());
5
return <xml>{[z]}</xml>