]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/tests/ng_include.ma
Stuff moved from old Matita.
[helm.git] / matita / matita / tests / ng_include.ma
diff --git a/matita/matita/tests/ng_include.ma b/matita/matita/tests/ng_include.ma
new file mode 100644 (file)
index 0000000..2582da4
--- /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                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+include "ng_pts.ma".
+include "nat/plus.ma".
+
+(*
+ndefinition x ≝ O.
+*)
+(*ndefinition y ≝ cic:/matita/tests/ng_commands/x.def(1).*)
+
+axiom P: nat → Prop.
+
+unification hint 0 (∀n. P (0 + n) = P n) .
+
+ntheorem foo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p → True.
+ #n; #H; #p; #_; napply I;
+nqed. 
+
+naxiom nnn: nat.
\ No newline at end of file