X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Ftests%2Fng_include.ma;fp=matita%2Fmatita%2Ftests%2Fng_include.ma;h=2582da4b418f95d649915105f6589e594aa17a60;hb=2c01ff6094173915e7023076ea48b5804dca7778;hp=0000000000000000000000000000000000000000;hpb=a050e3f80d7ea084ce0184279af98e8251c7d2a6;p=helm.git diff --git a/matita/matita/tests/ng_include.ma b/matita/matita/tests/ng_include.ma new file mode 100644 index 000000000..2582da4b4 --- /dev/null +++ b/matita/matita/tests/ng_include.ma @@ -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