Commit 2024-01-06 09:51 49f7d612
View on Github →refactor: Split off basic Int
file (#9443)
Data.Int.Basic
is currently made of two things:
- Basic lemmas that continue the theory in Std (and could belong there, really)
- Basic algebraic order instances I need the first ones earlier in the algebraic order hierarchy, hence the split. Part of #9411