diff lib/ur/basis.urs @ 1692:a1a1d66aebac

Change <radio> to yield [option string]
author Adam Chlipala <adam@chlipala.net>
date Sat, 10 Mar 2012 12:53:33 -0500
parents 225b87d4a7df
children 4600cc5e335c
line wrap: on
line diff
--- a/lib/ur/basis.urs	Sat Mar 03 16:41:20 2012 -0500
+++ b/lib/ur/basis.urs	Sat Mar 10 12:53:33 2012 -0500
@@ -830,7 +830,7 @@
 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]