annotate tests/html_fn.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 71bafe66dbe1
children
rev   line source
adamc@139 1 val main : unit -> page = fn () => <html>
adamc@98 2 <head>
adamc@98 3 <title>Hello World!</title>
adamc@98 4 </head>
adamc@98 5
adamc@98 6 <body>
adamc@98 7 <b>Hello</b> <i>World</i>!
adamc@98 8 </body>
adamc@98 9 </html>