RosettaCodeData/Task/Y-combinator/CoffeeScript/y-combinator-1.coffee
2023-07-01 13:44:08 -04:00

1 line
38 B
CoffeeScript

Y = (f) -> g = f( (t...) -> g(t...) )