annotate demo/link.ur @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -0400
parents 6a0e54400805
children
rev   line source
adamc@379 1 fun target () = return <xml><body>
adamc@379 2 Welcome!
adamc@379 3 </body></xml>
adamc@379 4
adamc@379 5 fun main () = return <xml><body>
adamc@413 6 <a link={target ()}>Go there</a>
adamc@379 7 </body></xml>