Open urkerab opened 1 year ago
Commit 444e816 introduced a bug whereby $.() causes the program to crash because it tries to take the sum of a zero-length list without providing the additive identity.
$.()
Commit 444e816 introduced a bug whereby
$.()
causes the program to crash because it tries to take the sum of a zero-length list without providing the additive identity.