summaryrefslogtreecommitdiff
path: root/lib/ur
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
commit760ea275ff60358b2c3cf61588cfd5dde27c4e0e (patch)
tree59064e362b29f62b3790517e3bb247a63ad369c7 /lib/ur
parenta447259a4463af8331b4a47e660fd00bd5d03ef8 (diff)
More generous wildification, covering map-records
Diffstat (limited to 'lib/ur')
-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] [] []