From 46cfc6df38e2e44898e725a58a554e4c53be53a9 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sat, 10 Mar 2012 12:53:33 -0500 Subject: Change to yield [option string] --- lib/ur/basis.urs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ur/basis.urs') 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] -- cgit v1.2.3