comparison 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
comparison
equal deleted inserted replaced
564:803b2f3bb86b 565:74800be65591
1 fun main () : transaction page =
2 x <- source ();
3 y <- source ();
4 return <xml><body>Hi!</body></xml>