X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fsoftware%2Fmatita%2Ftests%2Fng_includeB.ma;h=1fccbcb9408c59029b8267253673749a14f61c10;hb=HEAD;hp=f7e1e293e45255253a4daca1193f4819a32617d9;hpb=5c8de084e314e41f3dc2f605f6242283e930b803;p=helm.git diff --git a/helm/software/matita/tests/ng_includeB.ma b/helm/software/matita/tests/ng_includeB.ma index f7e1e293e..1fccbcb94 100644 --- a/helm/software/matita/tests/ng_includeB.ma +++ b/helm/software/matita/tests/ng_includeB.ma @@ -14,4 +14,6 @@ include "ng_include.ma". -ntheorem foo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p. +ntheorem goo: ∀n. ∀H:(P (? + n) → Prop). ∀p:P n. H p → True. + napply foo; +nqed.