Mercurial > urweb
annotate demo/more/select.urs @ 1068:757dbac0454d
Checked-ness of radio options; Option.get
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 12 Dec 2009 11:02:20 -0500 |
parents | e46227efcbba |
children |
rev | line source |
---|---|
adamc@1023 | 1 val selectChar : list (char * string) -> option char -> xml select [] [] |