annotate demo/link.ur @ 2261:f81f1930c5d6

Fix SQL-parsing and declaration-ordering bugs.
author Ziv Scully <ziv@mit.edu>
date Wed, 30 Sep 2015 00:33:52 -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>