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

4 lines
142 B
Text
Raw Permalink Normal View History

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