Nuprl Definition : record-update
r[x := v] ==  λz.if z =a x then v else r z fi 
Definitions occuring in Statement : 
ifthenelse: if b then t else f fi 
, 
eq_atom: x =a y
, 
apply: f a
, 
lambda: λx.A[x]
Definitions occuring in definition : 
lambda: λx.A[x]
, 
ifthenelse: if b then t else f fi 
, 
eq_atom: x =a y
, 
apply: f a
FDL editor aliases : 
record-update
Latex:
r[x  :=  v]  ==    \mlambda{}z.if  z  =a  x  then  v  else  r  z  fi 
Date html generated:
2016_05_15-PM-06_41_20
Last ObjectModification:
2015_09_23-AM-08_05_09
Theory : general
Home
Index