Mercurial > urweb
view tests/both.ur @ 1062:3bc726a822fb
Shake bug fix; pattern reduction in ReduceLocal
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 08 Dec 2009 11:45:19 -0500 |
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/>