From 48f4fa7d2482829d6195e91e1cd4c5a940aacab4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Wed, 30 Apr 2014 13:05:54 -0400 Subject: , , --- lib/ur/basis.urs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'lib/ur/basis.urs') diff --git a/lib/ur/basis.urs b/lib/ur/basis.urs index 7fdac1f6..2525d676 100644 --- a/lib/ur/basis.urs +++ b/lib/ur/basis.urs @@ -992,6 +992,16 @@ val td : other ::: {Unit} -> [other ~ [Body, Tr]] => unit -> tag ([Colspan = int, Rowspan = int] ++ tableAttrs) ([Tr] ++ other) ([Body] ++ other) [] [] +val thead : other ::: {Unit} -> [other ~ [Table]] => unit + -> tag tableAttrs + ([Table] ++ other) ([Table] ++ other) [] [] +val tbody : other ::: {Unit} -> [other ~ [Table]] => unit + -> tag tableAttrs + ([Table] ++ other) ([Table] ++ other) [] [] +val tfoot : other ::: {Unit} -> [other ~ [Table]] => unit + -> tag tableAttrs + ([Table] ++ other) ([Table] ++ other) [] [] + (** Definition lists *) val dl : other ::: {Unit} -> [other ~ [Body,Dl]] -- cgit v1.2.3