diff tests/reactive.ur @ 565:74800be65591

Creation of sources in server code
author Adam Chlipala <adamc@hcoop.net>
date Fri, 19 Dec 2008 11:47:18 -0500
parents
children ac947e2f29ff
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/reactive.ur	Fri Dec 19 11:47:18 2008 -0500
@@ -0,0 +1,4 @@
+fun main () : transaction page =
+  x <- source ();
+  y <- source ();
+  return <xml><body>Hi!</body></xml>