Mercurial > urweb
annotate tests/both.ur @ 1455:913d9c2f55c9
Corify Basis.unit to empty record; this is needed so that specialize
can see that they are equivalent.
author | Karn Kallio <kkallio@eka> |
---|---|
date | Fri, 06 May 2011 16:24:45 -0430 |
parents | a5eb8f87bc17 |
children |
rev | line source |
---|---|
adamc@1046 | 1 fun main () : transaction page = return <xml> |
adamc@1046 | 2 <body> |
adamc@1046 | 3 <form> |
adamc@1046 | 4 <textbox{#Text}/><submit action={submit}/> |
adamc@1046 | 5 </form> |
adamc@1046 | 6 </body> |
adamc@1046 | 7 </xml> |
adamc@1046 | 8 |
adamc@1046 | 9 and submit r = return <xml/> |