Nuprl Definition : callbyvalueall_seq

callbyvalueall_seq(L;G;F;n;m) ==
  fix((λcallbyvalueall_seq,G,n. if m ≤then else let v ⟵ (L n) in callbyvalueall_seq f.(G v)) (n 1) fi )\000C) n



Definitions occuring in Statement :  le_int: i ≤j callbyvalueall: callbyvalueall ifthenelse: if then else fi  apply: a fix: fix(F) lambda: λx.A[x] add: m natural_number: $n
Definitions occuring in definition :  fix: fix(F) ifthenelse: if then else fi  le_int: i ≤j callbyvalueall: callbyvalueall lambda: λx.A[x] apply: a add: m natural_number: $n
FDL editor aliases :  callbyvalueall_seq

Latex:
callbyvalueall\_seq(L;G;F;n;m)  ==
    fix((\mlambda{}callbyvalueall$_{seq}$,G,n.  if  m  \mleq{}z  n
                                                            then  F  G
                                                            else  let  v  \mleftarrow{}{}  G  (L  n)
                                                                      in  callbyvalueall$_{seq}$  (\mlambda{}f.(G  f  v))  (n  +  1\000C)
                                                            fi  )) 
    G 
    n



Date html generated: 2016_05_15-PM-02_09_24
Last ObjectModification: 2015_09_23-AM-07_38_04

Theory : untyped!computation


Home Index