summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2010-09-05 12:50:06 -0400
committerGravatar Adam Chlipala <adam@chlipala.net>2010-09-05 12:50:06 -0400
commitce596432147d4d538c545fc75d0770db2f707a3d (patch)
tree48228fa3115dbfd0aa879241a65d8329402ba5f7 /lib
parentc5613bf00fd7c8d57cc96d7fb699ffa8098df454 (diff)
Support multiple CSS classes for a single tag
Diffstat (limited to 'lib')
-rw-r--r--lib/ur/basis.urs3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index 83608d8b..c06482ed 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -563,6 +563,9 @@ val setval : sql_sequence -> int -> transaction unit
(** XML *)
type css_class
+val classes : css_class -> css_class -> css_class
+(* The equivalent of writing one class after the other, separated by a space, in
+ * an HTML 'class' attribute *)
con tag :: {Type} -> {Unit} -> {Unit} -> {Type} -> {Type} -> Type