rec-combined-class-opt-3(F;init;X;Y;Z) ==
  rec-comb(
n.[X; Y; Z][n];
i,w,s.(F (w 0) (w 1) (w 2) s);init)
Definitions occuring in Statement : 
rec-comb: rec-comb(X;f;init), 
select: l[i], 
apply: f a, 
lambda:
x.A[x], 
cons: [car / cdr], 
nil: [], 
natural_number: $n
FDL editor aliases : 
rec-combined-class-opt-3
rec-combined-class-opt-3(F;init;X;Y;Z)  ==
    rec-comb(\mlambda{}n.[X;  Y;  Z][n];\mlambda{}i,w,s.(F  (w  0)  (w  1)  (w  2)  s);init)
Date html generated:
2011_08_16-PM-04_56_14
Last ObjectModification:
2011_07_24-PM-10_27_45
Home
Index