log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/formFields.ur @ 1787:69daa6d70299
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Top.postFields
author
Adam Chlipala <adam@chlipala.net>
date
Sat, 21 Jul 2012 15:16:57 -0400
parents
children
rev
line source
adam@1787
1
fun main (pb : postBody) : transaction page = return <xml><body>
adam@1787
2
{List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)}
adam@1787
3
</body></xml>