Nuprl Definition : p-compose

==  λx.if can-apply(g;x) then do-apply(g;x) else fi 



Definitions occuring in Statement :  do-apply: do-apply(f;x) can-apply: can-apply(f;x) ifthenelse: if then else fi  apply: a lambda: λx.A[x]
Definitions occuring in definition :  lambda: λx.A[x] ifthenelse: if then else fi  can-apply: can-apply(f;x) do-apply: do-apply(f;x) apply: a
FDL editor aliases :  p-compose

Latex:
f  o  g  ==    \mlambda{}x.if  can-apply(g;x)  then  f  do-apply(g;x)  else  g  x  fi 



Date html generated: 2016_05_15-PM-03_28_57
Last ObjectModification: 2015_09_23-AM-07_43_41

Theory : general


Home Index