Mercurial > urweb
view tests/cselect.ur @ 797:2c463eee89fa
cselect
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 14 May 2009 09:33:48 -0400 |
parents | |
children | 9330ba3a2799 |
line wrap: on
line source
fun main () = s <- source ""; return <xml><body> <cselect source={s}> <coption>Wilbur</coption> <coption>Walbur</coption> </cselect> Hello, I'm <dyn signal={s <- signal s; return <xml>{[s]}</xml>}/>. I'll be your waiter for this evening. </body></xml>