Ramda 文档样式名称

Ramda documentation style name

我非常喜欢 Rambda.js 图书馆。 (https://ramdajs.com/)

但是,我不了解方法级别 shorthand 文档。

例如:R.Assoc shorthand 文档显示为“String → a → {k: v} → {k: v}

这种风格叫什么,我在哪里可以找到帮助破译这些符号的资源?

有一个long article on this in the Ramda wiki. There is also a briefer overview in issue 2547

这些主要是尝试使 Hindley-Milner 类型注释适应 Javascript。