lean2/library/data/int
Leonardo de Moura a618bd7d6c refactor(library): use type classes for encoding all arithmetic operations
Before this commit we were using overloading for concrete structures and
type classes for abstract ones.

This is the first of series of commits that implement this modification
2015-11-08 14:04:54 -08:00
..
basic.lean refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
bigops.lean feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real 2015-08-08 17:20:23 -04:00
countable.lean feat(library/data/int/countable): show that int is encodable, isomorphic to nat, and countable 2015-08-12 21:31:24 -07:00
default.lean feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real 2015-08-08 17:20:23 -04:00
div.lean refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
gcd.lean refactor(library/data/{int,rat}/*): clean up casts between nat, int, and rat 2015-09-12 21:46:09 -04:00
int.md feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real 2015-08-08 17:20:23 -04:00
order.lean refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
power.lean feat(library): add some spacing hints 2015-09-30 17:36:32 -07:00