lean2/library/theories
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
..
analysis refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
combinatorics refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
group_theory test(library/theories/group_theory): test auto-include in the group theory library 2015-12-13 13:40:54 -08:00
measure_theory feat(library/theories/measure_theory/extended_real): start on extended reals 2015-12-24 16:27:48 -05:00
number_theory refactor(library/init/subtype.lean): put subtype notation in the namespace 2015-12-22 16:39:13 -05:00
topology feat(library/theories/topology/basic): start on topology (with Jacob Gross) 2015-12-26 10:29:58 -08:00
theories.md feat(library/theories/topology/basic): start on topology (with Jacob Gross) 2015-12-26 10:29:58 -08:00