lean2/library/data/int
Leonardo de Moura f177082c3b refactor(*): normalize metaclass names
@avigad and @fpvandoorn, I changed the metaclasses names. They
were not uniform:
- The plural was used in some cases (e.g., [coercions]).
- In other cases a cryptic name was used (e.g., [brs]).

Now, I tried to use the attribute name as the metaclass name whenever
possible. For example, we write

   definition foo [coercion] ...
   definition bla [forward] ...

and

  open [coercion] nat
  open [forward] nat

It is easier to remember and is uniform.
2015-12-28 10:39:15 -08:00
..
basic.lean feat(hott): port nat and int from the standard library 2015-12-09 12:36:11 -08: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 refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
div.lean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
gcd.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08: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 feat(library/tactic): make let tactic transparent, introduce new opaque note tactic 2015-12-14 10:14:02 -08:00
power.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00