]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/contribs/LAMBDA-TYPES/terms_defs.ma
LAMBDA-TYPES moved under contrib, fixed (to use the library of Coq even if
[helm.git] / helm / matita / contribs / LAMBDA-TYPES / terms_defs.ma
index 3f93fc13d6971e5fc9b758c8d90b0e9b32732f03..6a88b1da30a40c2523e564b50b4135ed9c3e2012 100644 (file)
@@ -27,6 +27,7 @@ inductive W : Set \def
    | Bind: B \to W 
    | Flat: F \to W.
 
+alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)".
 inductive T (A:Set) (N:Set) : Set \def
    | TSort: A \to nat \to (T A N) 
    | TLRef: A \to nat \to (T A N)