Mercurial > urweb
view tests/nestedInput.ur @ 2236:fab8c1f131a5
Major DNF-calculation performance decrapification.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Tue, 30 Jun 2015 01:56:22 -0700 |
parents | 9a1547596712 |
children |
line wrap: on
line source
fun main () : transaction page = let fun handler _ = return <xml/> in return <xml><body> <form> <submit action={handler}>Uh oh!</submit> </form> </body></xml> end