summaryrefslogtreecommitdiff
path: root/demo/more/select.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2010-12-20 19:28:41 -0500
commit0ecaa53f8c3951d695a4379dd1b353863749963a (patch)
treeebf76ca34c81803bf8385e4fae1e61bc5bf300d2 /demo/more/select.ur
parent75557c308d78c533a5576f5223e7a67952761fb1 (diff)
Fix manual mistake about '@' notations; remove obsolete demos
Diffstat (limited to 'demo/more/select.ur')
-rw-r--r--demo/more/select.ur3
1 files changed, 0 insertions, 3 deletions
diff --git a/demo/more/select.ur b/demo/more/select.ur
deleted file mode 100644
index 17cff4dd..00000000
--- a/demo/more/select.ur
+++ /dev/null
@@ -1,3 +0,0 @@
-fun selectChar choices current =
- List.mapX (fn (ch, label) =>
- <xml><option value={String.str ch} selected={current = Some ch}>{[label]}</option></xml>) choices