annotate tests/rec.ur @ 2237:e79ef5792c8b

Fix bug in redundancy checking and use finer formula for UPDATE statements.
author Ziv Scully <ziv@mit.edu>
date Sun, 05 Jul 2015 23:57:28 -0700
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>