annotate tests/rec.ur @ 2276:c05f9a5e0f0f

Progress on free paths, but consolidation seems to fail more with them.
author Ziv Scully <ziv@mit.edu>
date Mon, 09 Nov 2015 13:37:31 -0500
parents a07f476d9b61
children
rev   line source
adamc@314 1
adamc@314 2 fun main () : transaction page = return <html><body>
adamc@130 3 <a link={main ()}>Ride again!</a>
adamc@123 4 </body></html>