log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
annotate tests/namejs.ur @ 1800:38297294cf98
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
New NameJs phase, still needing some debugging
author
Adam Chlipala <adam@chlipala.net>
date
Thu, 02 Aug 2012 18:12:37 -0400
parents
children
rev
line source
adam@1800
1
fun main (n : int) (s : string) : transaction page = return <xml><body>
adam@1800
2
<button onclick={fn _ => alert ("n = " ^ show n ^ "; s = " ^ s)}/>
adam@1800
3
</body></xml>