From 4387731e477e2af050841f916a03f5d8a975a164 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 6 May 2012 13:07:13 -0400 Subject: Simplify type of Basis.tag, regarding 'class' attribute; new compatibility parsing of 'class' values given as string literals --- 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 2869adce..ef2b9156 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -648,7 +648,7 @@ val tag : attrsGiven ::: {Type} -> attrsAbsent ::: {Type} -> [attrsGiven ~ attrsAbsent] => [useOuter ~ useInner] => [bindOuter ~ bindInner] => - option css_class + css_class -> option (signal css_class) -> $attrsGiven -> tag (attrsGiven ++ attrsAbsent) -- cgit v1.2.3