]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/third.ma
- renamed ocaml/ to components/
[helm.git] / helm / matita / tests / third.ma
diff --git a/helm/matita/tests/third.ma b/helm/matita/tests/third.ma
deleted file mode 100644 (file)
index 124cdc1..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-(**************************************************************************)
-(*       ___                                                              *)
-(*      ||M||                                                             *)
-(*      ||A||       A project by Andrea Asperti                           *)
-(*      ||T||                                                             *)
-(*      ||I||       Developers:                                           *)
-(*      ||T||         The HELM team.                                      *)
-(*      ||A||         http://helm.cs.unibo.it                             *)
-(*      \   /                                                             *)
-(*       \ /        This file is distributed under the terms of the       *)
-(*        v         GNU General Public License Version 2                  *)
-(*                                                                        *)
-(**************************************************************************)
-
-set "baseuri" "cic:/matita/tests/third/".
-alias id "nat" = "cic:/matita/tests/first/nat.ind#xpointer(1/1)".
-alias id "O" = "cic:/matita/tests/first/nat.ind#xpointer(1/1/1)".
-alias id "eq" = "cic:/matita/tests/first/eq.ind#xpointer(1/1)".
-alias id "ultrastupid" = "cic:/matita/tests/second/ultrastupid.con".
-
-theorem iperstupid : eq nat O O.
-exact ultrastupid.
-qed.
-