]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/second.ma
- renamed ocaml/ to components/
[helm.git] / helm / matita / tests / second.ma
diff --git a/helm/matita/tests/second.ma b/helm/matita/tests/second.ma
deleted file mode 100644 (file)
index 450c676..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/second/".
-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 "refl" = "cic:/matita/tests/first/eq.ind#xpointer(1/1/1)".
-
-theorem ultrastupid : eq nat O O.
-apply refl.
-qed.
-