🎯
Focusing
Pinned Loading
-
-
-
-
Y-combinator
Y-combinator 1// YC 为了lambda函数没有命名且可能需要递归的问题,引入了不动点函数定义, YC可以理解给一个函数加了一个不动点参数
23const YC = fnCurry => {
4// 1. magic(fnCurry) 为 解除 curry 效果
5// 2. magic(fnCurry) === arg => fnCurry(magic(fnCurry))(arg)
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.