Nuprl Definition : p-compose'

o' ==  λx.if can-apply(g;x) then inl (f 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] inl: inl x
Definitions occuring in definition :  lambda: λx.A[x] ifthenelse: if then else fi  can-apply: can-apply(f;x) inl: inl 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  inl  (f  x  do-apply(g;x))  else  g  x  fi 



Date html generated: 2016_05_15-PM-03_29_05
Last ObjectModification: 2015_09_23-AM-07_43_43

Theory : general


Home Index