summaryrefslogtreecommitdiff
path: root/tests/reactive.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-12-19 11:47:18 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-12-19 11:47:18 -0500
commit2c8e4cddb5f5c7a85337b8c42135c346b14de1f4 (patch)
tree1244a9d96e9fb847422bb0bc447d01e77cbe1e9e /tests/reactive.ur
parent3aac0d79c1ad2da6358cf6619c62a56ddd2ed195 (diff)
Creation of sources in server code
Diffstat (limited to 'tests/reactive.ur')
-rw-r--r--tests/reactive.ur4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/reactive.ur b/tests/reactive.ur
new file mode 100644
index 00000000..cb49541f
--- /dev/null
+++ b/tests/reactive.ur
@@ -0,0 +1,4 @@
+fun main () : transaction page =
+ x <- source ();
+ y <- source ();
+ return <xml><body>Hi!</body></xml>