RosettaCodeData/Task/Y-combinator/CoffeeScript/y-combinator-1.coffee

2 lines
38 B
CoffeeScript

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