]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/ng_includeB.ma
EXPERIMENTAL COMMIT (part B, by CSC :-):
[helm.git] / helm / software / matita / tests / ng_includeB.ma
index f7e1e293e45255253a4daca1193f4819a32617d9..1fccbcb9408c59029b8267253673749a14f61c10 100644 (file)
@@ -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.