view tests/both.ur @ 2016:3ed2ee0815d2

Warn about MLton memory usage
author Adam Chlipala <adam@chlipala.net>
date Sun, 25 May 2014 09:21:56 -0400
parents a5eb8f87bc17
children
line wrap: on
line source
fun main () : transaction page = return <xml>
 <body>
   <form>
     <textbox{#Text}/><submit action={submit}/>
   </form>
 </body>
</xml>

and submit r = return <xml/>