lean2/library
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
..
algebra feat(library/algebra/intervals): add notation for intervals 2015-12-26 10:45:53 -08:00
data refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
examples chore(examples/ex): move example to library 2015-05-13 17:07:10 -07:00
init refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
logic feat(hott): port nat and int from the standard library 2015-12-09 12:36:11 -08:00
theories refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
tools feat(frontends/lean): add simp tactic frontend stub 2015-07-14 09:54:53 -04:00
.gitignore chore(library/.gitignore): update 2014-08-29 10:31:16 -07:00
.project chore(library): add .project file 2014-08-29 10:31:16 -07:00
library.md feat(library.md): update reference to classical axiom 2015-09-01 15:17:46 -07:00
standard.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00