Computing (FOLDOC) dictionary
Jump to user comments
x). For example, any value is a fixed point of the identity
function, ( x . x). If f is
recursive, we can represent it
as
f = fix F
fix F = F (fix F).
obtained by repeatedly applying F to the totally undefined
value, bottom. I.e.
The least fixed point is guaranteed to exist for a