]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_1/lift/defs.ma
legacy_1, ground_1, and basic_1 recommitted without anticipation
[helm.git] / matita / matita / contribs / lambdadelta / basic_1 / lift / defs.ma
index 046506672747d8b444d0a4b64a375b318553ee5b..6f9475944759fbd4b3f18dee47485cd84b238b93 100644 (file)
 
 (* This file was automatically generated: do not edit *********************)
 
-include "Basic-1/tlist/defs.ma".
+include "basic_1/tlist/defs.ma".
 
-include "Basic-1/s/defs.ma".
+include "basic_1/s/defs.ma".
 
-definition lref_map:
- ((nat \to nat)) \to (nat \to (T \to T))
-\def
- let rec lref_map (f: ((nat \to nat))) (d: nat) (t: T) on t: T \def (match t 
-with [(TSort n) \Rightarrow (TSort n) | (TLRef i) \Rightarrow (TLRef (match 
-(blt i d) with [true \Rightarrow i | false \Rightarrow (f i)])) | (THead k u 
-t0) \Rightarrow (THead k (lref_map f d u) (lref_map f (s k d) t0))]) in 
-lref_map.
+let rec lref_map (f: (nat \to nat)) (d: nat) (t: T) on t: T \def match t with 
+[(TSort n) \Rightarrow (TSort n) | (TLRef i) \Rightarrow (TLRef (match (blt i 
+d) with [true \Rightarrow i | false \Rightarrow (f i)])) | (THead k u t0) 
+\Rightarrow (THead k (lref_map f d u) (lref_map f (s k d) t0))].
 
 definition lift:
  nat \to (nat \to (T \to T))
@@ -33,10 +29,7 @@ definition lift:
  \lambda (h: nat).(\lambda (i: nat).(\lambda (t: T).(lref_map (\lambda (x: 
 nat).(plus x h)) i t))).
 
-definition lifts:
- nat \to (nat \to (TList \to TList))
-\def
- let rec lifts (h: nat) (d: nat) (ts: TList) on ts: TList \def (match ts with 
+let rec lifts (h: nat) (d: nat) (ts: TList) on ts: TList \def match ts with 
 [TNil \Rightarrow TNil | (TCons t ts0) \Rightarrow (TCons (lift h d t) (lifts 
-h d ts0))]) in lifts.
+h d ts0))].