(f[v] where v from X such that P[v]) ==  v.if P[v] then {f[v]} else {} fi [X]



Definitions occuring in Statement :  es-filter-image: f[X] ifthenelse: if b then t else f fi  lambda: x.A[x] single-bag: {x} empty-bag: {}
Definitions :  es-filter-image: f[X] lambda: x.A[x] ifthenelse: if b then t else f fi  single-bag: {x} empty-bag: {}
FDL editor aliases :  mapfilter-class

(f[v]  where  v  from  X  such  that  P[v])  ==    \mlambda{}v.if  P[v]  then  \{f[v]\}  else  \{\}  fi  [X]


Date html generated: 2011_08_16-PM-04_13_46
Last ObjectModification: 2011_01_15-PM-12_51_37

Home Index