Hacker News new | ask | show | jobs
by danbruc 4809 days ago
For all fixed length two's complement integer types the smallest representable number has no additive inverse, too.
1 comments

Prelude Data.Int> minBound + minBound :: Int16

0

Ohhh yes, of course, it is still a abelian group.