static-land
static-land copied to clipboard
Specification for common algebraic structures in JavaScript based on Fantasy Land
Results
11
static-land issues
Sort by
recently updated
recently updated
newest added
Hi, What's the right order in apply. What should be the result in the following case? ```js T.ap(T.Left(1), T.Left(2)) ``` Following the same logic, what would be the right order...