view 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 source
fun main () : transaction page =
  x <- source ();
  y <- source ();
  return <xml><body>Hi!</body></xml>