Open DaQuirm opened 4 years ago
Write a function that adds two Church numerals:
add(one)(two) should equal three
add(one)(two)
three
Write a function that adds two Church numerals:
add(one)(two)
should equalthree