Nuprl Definition : eval_list
eval_list(t) ==  rec-case(t) of [] => [] | h::t => r.eval s = r in <h, s>
Definitions occuring in Statement : 
list_ind: list_ind, 
nil: []
, 
callbyvalue: callbyvalue, 
pair: <a, b>
Definitions occuring in definition : 
list_ind: list_ind, 
nil: []
, 
callbyvalue: callbyvalue, 
pair: <a, b>
FDL editor aliases : 
eval_list
Latex:
eval\_list(t)  ==    rec-case(t)  of  []  =>  []  |  h::t  =>  r.eval  s  =  r  in  <h,  s>
Date html generated:
2016_05_14-AM-06_27_27
Last ObjectModification:
2015_12_03-PM-02_04_47
Theory : list_0
Home
Index