RosettaCodeData/Task/Y-combinator/Ursala/y-combinator-1.ursala
Ingy döt Net 68f8f3e56b all tasks
2013-04-11 01:07:29 -07:00

2 lines
70 B
Text

(r "f") "x" = "f"("f","x")
my_fix "h" = r ("f","x"). ("h" r "f") "x"