Closed matt-noonan closed 2 years ago
Without this change, minusSNat always returns a Left value, either because it should return Left, or else because we've coerced a SNat into an Either , which gives us something Left(!)
minusSNat
Left
Great catch, thanks!
Without this change,
minusSNat
always returns aLeft
value, either because it should return Left, or else because we've coerced a SNat into an Either , which gives us somethingLeft
(!)