diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-06-13 10:55:20 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-06-13 10:55:20 -0400 |
commit | ab23256c70d97509cf4dea53fd9ec8969966cfa9 (patch) | |
tree | 59064e362b29f62b3790517e3bb247a63ad369c7 /lib/ur/basis.urs | |
parent | a4ef3cc14bd6d90ad6ed58832fd77b4155d27105 (diff) |
More generous wildification, covering map-records
Diffstat (limited to 'lib/ur/basis.urs')
-rw-r--r-- | lib/ur/basis.urs | 1 |
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] [] [] |