lean2/library/data/real
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 refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
complete.lean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
default.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
division.lean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
order.lean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
real.md feat(library/data/{int,rat,real}/bigops): add bigops for int, rat, real 2015-08-08 17:20:23 -04:00