Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 962 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 962 Bytes

yc

Go Version GoDoc Build Status Lint Status CodeQL Status Go report Coverage License

A short library to implement a Y combinator, defined as:

$$\lambda{f}.(\lambda{x}.f(xx))(\lambda{x}.f(xx))$$