2 lines
50 B
C#
2 lines
50 B
C#
|
|
static Func Y(FuncFunc f) => x => f(Y(f))(x);
|
|
|
static Func Y(FuncFunc f) => x => f(Y(f))(x);
|