annotate tests/ahead.ur @ 1989:210fb3dfc483

Some more nested functor bug-fixing, including generating fresh internal names at applications; still need to debug issues with datatype constructors
author Adam Chlipala <adam@chlipala.net>
date Thu, 20 Feb 2014 10:27:15 -0500
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>