Nuprl Definition : l-last-default
l-last-default(l;d) == rec-case(l) of [] => λx.x | h::t => r.λx.(r h) d
Definitions occuring in Statement :
list_ind: list_ind,
apply: f a
,
lambda: λx.A[x]
Definitions occuring in definition :
list_ind: list_ind,
lambda: λx.A[x]
,
apply: f a
FDL editor aliases :
l-last-default
Latex:
l-last-default(l;d) == rec-case(l) of [] => \mlambda{}x.x | h::t => r.\mlambda{}x.(r h) d
Date html generated:
2016_05_14-AM-07_41_35
Last ObjectModification:
2015_09_22-PM-05_53_56
Theory : list_1
Home
Index