Lukas' Notes

Home

❯

Knowledge

❯

Fixed-Point Combinator

Fixed-Point Combinator

Jul 25, 20251 min read

combinators

Definition

Fixed-Point Combinator

A fixed-point combinator is a higher-order function that, when applied to any function f, returns a fixed point of f. Let’s call a fixed point combinator Y. According to the rules of lambda calculus (beta reduction,) it must satisfy: the property:

Yf=f(Yf)

Graph View

Backlinks

  • Y Combinator

Created with Quartz v4.4.0 © 2025

  • GitHub