annotate tests/sbind.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
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>