aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/ur/basis.urs
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2012-03-10 12:53:33 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2012-03-10 12:53:33 -0500
commit46cfc6df38e2e44898e725a58a554e4c53be53a9 (patch)
tree80047c88c770f642a6d5e73eb5c44ff3cc0828b6 /lib/ur/basis.urs
parent2a42899039b15444e8445300c8562e8934e8876a (diff)
Change <radio> to yield [option string]
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r--lib/ur/basis.urs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 67e6abc6..189bef0e 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -830,7 +830,7 @@ val postType : postBody -> string
val postData : postBody -> string
con radio = [Body, Radio]
-val radio : formTag string radio [Id = id]
+val radio : formTag (option string) radio [Id = id]
val radioOption : unit -> tag ([Value = string, Checked = bool] ++ boxAttrs) radio [] [] []
con select = [Select]