combinators-js icon indicating copy to clipboard operation
combinators-js copied to clipboard

:bird: Some combinators

Results 3 combinators-js issues
Sort by recently updated
recently updated
newest added

Y is the only included combinator that isn't defined and tested in terms of S and K. Help wanted!

help wanted

I don't know what the S K definition of this is: ``` javascript B3 = a => b => c => d => a(b(c(d))) ```

help wanted

I don't know what the definition of Identity twice removed is

help wanted