Concept
Fixed point combinator
Books
Journey Statuslearning
Tools: Rocq (formerly Coq)
- (Lambda calculus, Semantics) A Combinator that finds a fixed-point of a functional (a function that takes a function and returns another function). There are many such combinators, such as the Curry/Y-Combinator or the Z-combinator. Formally, a fixed-point combinator is a combinator such that for any functional , is beta/eta-equivalent to .