]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/datatypes/List.ma
...
[helm.git] / helm / software / matita / contribs / RELATIONAL / datatypes / List.ma
index 69a53f8962d3ec5aea277b0700ebe07cb95a70de..b8abed54d847e7dd12ac3f5b79fcbd2c9e5f0bd3 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/RELATIONAL/datatypes/List".
+
 
 include "preamble.ma".
 
-inductive List (A:Set): Set \def
+inductive List (A: Type): Type \def
    | nil: List A
    | cons: List A \to A \to List A
 .