annotate tests/sbind.ur @ 2269:f7bc7c11a656

Make SQL caches use more of the pure caching machinery, but it's brittle.
author Ziv Scully <ziv@mit.edu>
date Thu, 15 Oct 2015 00:52:04 -0400
parents 57018f21cd5c
children
rev   line source
adamc@572 1 fun main () : transaction page = return <xml><body>
adamc@572 2 <p>Before</p>
adamc@572 3 <p><dyn signal={s <- return "Bye"; return <xml>{[s]}</xml>}/></p>
adamc@572 4 <p>After</p>
adamc@572 5 </body></xml>