Nuprl Definition : norm-snd
norm-snd(N) ==  λp.let a,b = p in eval b' = N b in <a, b'>
Definitions occuring in Statement : 
callbyvalue: callbyvalue, 
apply: f a
, 
lambda: λx.A[x]
, 
spread: spread def, 
pair: <a, b>
Definitions occuring in definition : 
lambda: λx.A[x]
, 
spread: spread def, 
callbyvalue: callbyvalue, 
apply: f a
, 
pair: <a, b>
FDL editor aliases : 
norm-snd
Latex:
norm-snd(N)  ==    \mlambda{}p.let  a,b  =  p  in  eval  b'  =  N  b  in  <a,  b'>
Date html generated:
2016_05_13-PM-03_46_15
Last ObjectModification:
2015_09_22-PM-05_45_13
Theory : call!by!value_2
Home
Index