view tests/both.ur @ 1556:e1f5d9c4cc20

An abstract type of IDs
author Adam Chlipala <adam@chlipala.net>
date Sat, 03 Sep 2011 12:51:05 -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/>