]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/subst/defs.ma
legacy_1, ground_1, and basic_1 recommitted without anticipation
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / subst / defs.ma
index e0ed86b520280c4d4f34c07852f59091ca5e1eb4..bf89e1618a94e2a321242a0ea3be22a83a744e4e 100644 (file)
 
 (* This file was automatically generated: do not edit *********************)
 
-include "Basic-1/lift/defs.ma".
+include "basic_1/lift/defs.ma".
 
-definition subst:
- nat \to (T \to (T \to T))
-\def
- let rec subst (d: nat) (v: T) (t: T) on t: T \def (match t with [(TSort n) 
+let rec subst (d: nat) (v: T) (t: T) on t: T \def match t with [(TSort n) 
 \Rightarrow (TSort n) | (TLRef i) \Rightarrow (match (blt i d) with [true 
 \Rightarrow (TLRef i) | false \Rightarrow (match (blt d i) with [true 
 \Rightarrow (TLRef (pred i)) | false \Rightarrow (lift d O v)])]) | (THead k 
-u t0) \Rightarrow (THead k (subst d v u) (subst (s k d) v t0))]) in subst.
+u t0) \Rightarrow (THead k (subst d v u) (subst (s k d) v t0))].