annotate tests/ahead.ur @ 2257:28a541bd2d23

Use referenced (rather than all) free variables as keys for pure caches.
author Ziv Scully <ziv@mit.edu>
date Sun, 27 Sep 2015 14:46:12 -0400
parents 44f607a7f4cd
children
rev   line source
adam@1926 1 fun main () : transaction page = return <xml>
adam@1926 2 <head>
adam@1926 3 <script code={alert "Hi!"}/>
adam@1926 4 </head>
adam@1926 5 <body>
adam@1926 6 <active code={alert "Bye!"; return <xml/>}/>
adam@1926 7 </body>
adam@1926 8 </xml>