Nuprl Definition : case_cons

x::y =>
    body[x; y]
cont ==
  λvalue,contvalue. rec-case(value) of [] => cont contvalue contvalue hd::tl => f.body[hd; tl]



Definitions occuring in Statement :  apply: a lambda: λx.A[x]
Definitions occuring in definition :  lambda: λx.A[x] apply: a
FDL editor aliases :  case_cons

Latex:
x::y  =>
        body[x;  y]
cont  ==
    \mlambda{}value,contvalue.  rec-case(value)  of  []  =>  cont  contvalue  contvalue  |  hd::tl  =>  f.body[hd;  tl]



Date html generated: 2016_05_14-PM-04_15_42
Last ObjectModification: 2015_09_22-PM-06_02_33

Theory : prog_1


Home Index