cost 379 ms
Boolean SKI logic

I'm trying to grok the combinators, so I wrote the basic ones: K and S in Typescript: Then, I followed the Wikipedia article about SKI Boolean Logi ...

What is this combinator?

I used a combinator to calculate the average of a list of numbers... const myCombinator = f => g => h => x => f(g(x))(h(x)); I could the ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM