Nuprl Definition : get-triples

get-triples(preList;st) ==
  let = λn,p. <n, accum-matching-tagged-indices(p;st)> in
   let tmp map-index(f;preList) in
   concat(map(λx.interleave2(fst(x);snd(x));tmp))



Definitions occuring in Statement :  interleave2: interleave2(a;v) accum-matching-tagged-indices: accum-matching-tagged-indices(pre;st) map-index: map-index(f;L) concat: concat(ll) map: map(f;as) let: let pi1: fst(t) pi2: snd(t) lambda: λx.A[x] pair: <a, b>
FDL editor aliases :  get-triples

Latex:
get-triples(preList;st)  ==
    let  f  =  \mlambda{}n,p.  <n,  accum-matching-tagged-indices(p;st)>  in
      let  tmp  =  map-index(f;preList)  in
      concat(map(\mlambda{}x.interleave2(fst(x);snd(x));tmp))



Date html generated: 2015_07_23-AM-11_57_58
Last ObjectModification: 2012_08_30-PM-01_48_23

Home Index