log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
urweb
comparison tests/reactive2.ur @ 577:3d56940120b1
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Setting a source server-side
author
Adam Chlipala <adamc@hcoop.net>
date
Tue, 30 Dec 2008 10:49:42 -0500
parents
children
comparison
equal
deleted
inserted
replaced
576:813f1e78d9d0
577:3d56940120b1
1
fun main () : transaction page =
2
x <- source <xml>TEST</xml>;
3
set x <xml>HI</xml>;
4
return <xml><body>
5
<dyn signal={signal x}/>
6
</body></xml>