]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/ng_commands.ma
update in groud_2 and models
[helm.git] / helm / software / matita / tests / ng_commands.ma
index cbb73844d98b7d4fe55d8327d4ac9d57919930d1..2241043a9fe05d09f723d02ba1f0ef54c3714bdc 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "nat/plus.ma".
+include "ng_pts.ma".
 
 ndefinition thesis0: ∀A:Type.Type ≝ λA. A → A.
 
@@ -30,6 +30,8 @@ naxiom NP: Prop.
 
 ndefinition Q: Prop ≝ NP.
 
+include "nat/nat.ma".
+
 nlet rec nzero (n:nat) : nat ≝
  match n with
   [ O ⇒ O
@@ -57,4 +59,4 @@ and nmzero (m:mat 0 (dt ?)) : nnat 0 (dt ?) ≝
  [ mS n ⇒ nnzero n ].
 
 nrecord pair (n: nat) (x: DT n) (label: Type): Type ≝
- { lbl:label; l: pair n x label; r: pair n x label}.
\ No newline at end of file
+ { lbl:label; l: pair n x label; r: pair n x label}.