Mercurial > urweb
view tests/textarea.ur @ 1883:5125b1df6045
Save disjointness environments across top-level declarations
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 17 Oct 2013 09:22:38 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val handler = fn x => <html><body> You entered: {cdata x.A} </body></html> val main = fn () => <html><body> <lform> <ltextarea{#A}/> <submit action={handler}/> </lform> </body></html>