annotate tests/html_fn.ur @ 2278:b7615e0ac4b0

Fix bug in and clean up free path code.
author Ziv Scully <ziv@mit.edu>
date Tue, 10 Nov 2015 12:35:00 -0500
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>