New Blog Post: Introducing checked-literals: compile-time bounds checking for numeric literals

Ever got caught with a numeric literal that was too big for a Clash (or otherwise Haskell) Type and didn’t get a warning or an error?

Yeah, us too! So we introduce a new package: `checked-literals` Read more about it in the new post:

3 Likes