summaryrefslogtreecommitdiff
path: root/demo/more/select.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-11-01 10:20:20 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-11-01 10:20:20 -0500
commit86e740bf4d6be8cb24e32fa2857c57eb860c21cf (patch)
tree09a704610f44afd4ad023245a9f59d901c3c4345 /demo/more/select.urs
parente8ec918ad64bb1008ca7a3184d3e647a62d28404 (diff)
Bidding interface
Diffstat (limited to 'demo/more/select.urs')
-rw-r--r--demo/more/select.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/more/select.urs b/demo/more/select.urs
new file mode 100644
index 00000000..f9208b91
--- /dev/null
+++ b/demo/more/select.urs
@@ -0,0 +1 @@
+val selectChar : list (char * string) -> option char -> xml select [] []