index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
let.ur
blob: 45d52ded52950a3a1863b9dd239811326738d59b (
plain
)
1
2
3
4
5
6
fun main () : transaction page = let val x = 1 in return <xml>{[x]}</xml> end