Mercurial > urweb
changeset 444:f45f23ae20ed
Remove _espec tag; add some tag fields
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 30 Oct 2008 17:07:34 -0400 |
parents | bd9ee9aeca2f |
children | dfc8c991abd0 |
files | lib/basis.urs src/especialize.sml |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/basis.urs Thu Oct 30 16:58:54 2008 -0400 +++ b/lib/basis.urs Thu Oct 30 17:07:34 2008 -0400 @@ -370,9 +370,9 @@ -> fn [[Form] ~ ctx] => nm :: Name -> unit -> tag attrs ([Form] ++ ctx) inner [] [nm = ty] -val textbox : formTag string [] [Value = string] -val password : formTag string [] [] -val textarea : formTag string [] [] +val textbox : formTag string [] [Value = string, Size = int] +val password : formTag string [] [Value = string, Size = int] +val textarea : formTag string [] [Rows = int, Cols = int] val checkbox : formTag bool [] [Checked = bool]
--- a/src/especialize.sml Thu Oct 30 16:58:54 2008 -0400 +++ b/src/especialize.sml Thu Oct 30 17:07:34 2008 -0400 @@ -117,7 +117,7 @@ (#1 e', {maxName = #maxName st, funcs = #funcs st, - decls = (name, f', typ', body', tag ^ "_espec") :: #decls st}) + decls = (name, f', typ', body', tag) :: #decls st}) end end end