]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/ng_copy.ma
...
[helm.git] / helm / software / matita / tests / ng_copy.ma
diff --git a/helm/software/matita/tests/ng_copy.ma b/helm/software/matita/tests/ng_copy.ma
new file mode 100644 (file)
index 0000000..4bd5f18
--- /dev/null
@@ -0,0 +1,31 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||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                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+universe constraint Type[0] < Type[1].
+universe constraint Type[1] < Type[2].
+universe constraint CProp[0] < CProp[1].
+universe constraint CProp[1] < CProp[2].
+universe constraint Type[0] ≤ CProp[0].
+universe constraint CProp[0] ≤ Type[0].
+universe constraint Type[1] ≤ CProp[1].
+universe constraint CProp[1] ≤ Type[1].
+universe constraint Type[2] ≤ CProp[2].
+universe constraint CProp[2] ≤ Type[2].
+
+ninductive A : Type[1] ≝ Foo : Type[0] → A.
+(*
+ncopy B from cic:/matita/tests/ng_copy/A.ind with 
+  cic:/matita/pts/Type1.univ ↦ cic:/matita/pts/Type2.univ.
+ntheorem foo : A → cic:/matita/tests/ng_copy/B.ind(0).  
+*)
\ No newline at end of file