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

2 lines
38 B
CoffeeScript
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
Y = (f) -> g = f( (t...) -> g(t...) )