annotate tests/ooo.ur @ 2204:01c8aceac480

Finishes initial prototype, caching parameterless pages with table-match-based invalidation. Still has problems parsing non-Postgres SQL dialects properly.
author Ziv Scully <ziv@mit.edu>
date Tue, 27 May 2014 21:14:13 -0400
parents d1cce194180d
children
rev   line source
adamc@600 1 fun main () : transaction page =
adamc@600 2 s <- source "Hi";
adamc@600 3 return <xml><body>
adamc@600 4 <form>
adamc@600 5 <textbox{#A} source={s}/>
adamc@600 6 Change it up!
adamc@600 7 </form>
adamc@600 8 </body></xml>