summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 10:55:20 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2010-06-13 10:55:20 -0400
commitab23256c70d97509cf4dea53fd9ec8969966cfa9 (patch)
tree59064e362b29f62b3790517e3bb247a63ad369c7 /lib
parenta4ef3cc14bd6d90ad6ed58832fd77b4155d27105 (diff)
More generous wildification, covering map-records
Diffstat (limited to 'lib')
-rw-r--r--lib/ur/basis.urs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs
index f2dffd38..f6141bc7 100644
--- a/lib/ur/basis.urs
+++ b/lib/ur/basis.urs
@@ -588,6 +588,7 @@ val useMore : ctx ::: {Unit} -> use1 ::: {Type} -> use2 ::: {Type}
con xhtml = xml [Html]
con page = xhtml [] []
con xbody = xml [Body] [] []
+con xtable = xml [Body, Table] [] []
con xtr = xml [Body, Tr] [] []
con xform = xml [Body, Form] [] []