Binary

Published: 1/7/2020
Last edited: 1/26/2020

A function which takes two parameters, or is said to have an arity of 2.

const binary = (thing1, thing2) => `${thing1} => ${thing2}`
const binaryMC = thing1 => thing2 => `${thing1} => ${thing2}`
const binaryC = curry((thing1, thing2) => `${thing1} => ${thing2}`)
Published: 1/7/2020
Last edited: 1/26/2020
See this page on Github
Built with 💛 by Open Sorcerers
Created with Gatsby using the 😎 foresight starter