From 6b59540a2460633df4e3d8347cb4dfe2fb3a3afb Mon Sep 17 00:00:00 2001 From: Cyril Cohen Date: Wed, 16 Oct 2019 11:26:43 +0200 Subject: removing everything but index which redirects to the new page --- .../mathcomp.test_suite.hierarchy_test.html | 76 ---------------------- 1 file changed, 76 deletions(-) delete mode 100644 docs/htmldoc/mathcomp.test_suite.hierarchy_test.html (limited to 'docs/htmldoc/mathcomp.test_suite.hierarchy_test.html') diff --git a/docs/htmldoc/mathcomp.test_suite.hierarchy_test.html b/docs/htmldoc/mathcomp.test_suite.hierarchy_test.html deleted file mode 100644 index 1fd348f..0000000 --- a/docs/htmldoc/mathcomp.test_suite.hierarchy_test.html +++ /dev/null @@ -1,76 +0,0 @@ - - - - - -mathcomp.test_suite.hierarchy_test - - - - -
- - - -
- -

Library mathcomp.test_suite.hierarchy_test

- -
-
- -
-Generated by etc/utils/hierarchy_test.py -
-
- -
-
- -
- `check_join t1 t2 tjoin` assert that the join of `t1` and `t2` is `tjoin`. -
-
-Tactic Notation "check_join"
-       open_constr(t1) open_constr(t2) open_constr(tjoin) :=
-  let T1 := open_constr:(_ : t1) in
-  let T2 := open_constr:(_ : t2) in
-  match tt with
-    | _unify ((id : t1 Type) T1) ((id : t2 Type) T2)
-    | _fail "There is no join of" t1 "and" t2
-  end;
-  let Tjoin :=
-    lazymatch T1 with
-      | _ (_ ?Tjoin) ⇒ constr: (Tjoin)
-      | _ ?Tjoinconstr: (Tjoin)
-      | ?Tjoinconstr: (Tjoin)
-    end
-  in
-  is_evar Tjoin;
-  let tjoin' := type of Tjoin in
-  lazymatch tjoin' with
-    | tjoinlazymatch tjoin with
-                 | tjoin'idtac
-                 | _idtac tjoin'
-               end
-    | _fail "The join of" t1 "and" t2 "is" tjoin'
-                "but is expected to be" tjoin
-  end.
- -
- -
-Goal False.
-
-
- - - -
- - - \ No newline at end of file -- cgit v1.2.3