Nuprl Definition : letrec
let rec f(x) = F[f; x] in f(a) == fix((λf,x. F[f; x])) a
Definitions occuring in Statement :
apply: f a
,
fix: fix(F)
,
lambda: λx.A[x]
Definitions occuring in definition :
apply: f a
,
fix: fix(F)
,
lambda: λx.A[x]
FDL editor aliases :
init-letrec
Latex:
let rec f(x) = F[f; x] in f(a) == fix((\mlambda{}f,x. F[f; x])) a
Date html generated:
2016_05_15-PM-07_55_49
Last ObjectModification:
2015_09_23-AM-08_20_07
Theory : general
Home
Index