view tests/reactive2.ur @ 948:b03d48aac959

Find more opportunities for 'let' inlining with better purity information
author Adam Chlipala <adamc@hcoop.net>
date Thu, 17 Sep 2009 12:55:22 -0400
parents 3d56940120b1
children
line wrap: on
line source
fun main () : transaction page =
  x <- source <xml>TEST</xml>;
  set x <xml>HI</xml>;
  return <xml><body>
    <dyn signal={signal x}/>
  </body></xml>