RosettaCodeData/Task/Y-combinator/Slate/y-combinator.slate

4 lines
142 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
Method traits define: #Y &builder:
[[| :f | [| :x | f applyWith: (x applyWith: x)]
applyWith: [| :x | f applyWith: (x applyWith: x)]]].