Logician icon indicating copy to clipboard operation
Logician copied to clipboard

bimap should be able to throw if a value can't be converted

Open mdiep opened this issue 7 years ago • 1 comments

For instance, integer multiplication would require division with no remainder. Given a * b == 12 where a and b are integers, b == 7 shouldn't unify.

mdiep avatar Nov 09 '16 14:11 mdiep

Would b == 7 be the bit that fails, or would it be b : Integer? 😁

robrix avatar Nov 15 '16 03:11 robrix