]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/datatypes/Nat.ma
removing old contribs
[helm.git] / helm / software / matita / contribs / RELATIONAL / datatypes / Nat.ma
index 3a3a4f5ed8b6493c8427f5fb55db192efe111556..ed45a35feb2d3ce46481002f614f42a42d7cd7c2 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/RELATIONAL/datatypes/Nat".
+
 
 include "preamble.ma".
 
-inductive Nat: Set \def
+inductive Nat: Type \def
    | zero: Nat
    | succ: Nat \to Nat
 .