summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-12 10:08:11 -0400
commit64f0edf6a5db26ed8f872e18a43416cce7fcbab8 (patch)
treea661373caf0683dea44543b9997278159a574d1b /lib
parentd7306dbac8ca9eecbba9d65379d225b5433b19fc (diff)
style declarations
Diffstat (limited to 'lib')
-rw-r--r--lib/ur/basis.urs4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index f2f378ee..9eeb4891 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -405,6 +405,9 @@ val nextval : sql_sequence -> transaction int
(** XML *)
+con css_class :: {Unit} -> Type
+(* The argument lists categories of properties that this class could set usefully. *)
+
con tag :: {Type} -> {Unit} -> {Unit} -> {Type} -> {Type} -> Type
@@ -440,6 +443,7 @@ con xbody = xml [Body] [] []
con xtr = xml [Body, Tr] [] []
con xform = xml [Body, Form] [] []
+
(*** HTML details *)
con html = [Html]