lean2/hott/init
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
..
bool.hlean fix(hott): notation spacing and markdown files 2015-10-02 16:26:10 -07:00
connectives.hlean feat(hott): port nat and int from the standard library 2015-12-09 12:36:11 -08:00
datatypes.hlean feat(hott/algebra): port abstract structures 2015-12-09 12:34:06 -08:00
default.hlean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
equiv.hlean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
function.hlean refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
funext.hlean chore(*): add me as author to files where I made nontrivial contributions 2015-11-22 14:21:26 -08:00
hedberg.hlean feat(hott): standardize the naming of definitions proving equality of elements of a structure 2015-04-29 10:04:06 -07:00
hit.hlean refactor(frontends/lean): use attribute_manager to simplify decl_attributes 2015-12-17 22:28:53 -08:00
init.md feat(hott): use pathovers in all the recursors of hits 2015-05-26 21:37:01 -07:00
logic.hlean chore(hott): more cleanup. 2015-12-10 10:42:16 -08:00
nat.hlean fix(hott): change some theorems to definitions 2015-12-17 12:46:16 -08:00
num.hlean feat(hott/algebra): port abstract structures 2015-12-09 12:34:06 -08:00
path.hlean feat(homotopy/torus): give recursion and induction principle for the torus 2015-11-22 18:29:37 -08:00
pathover.hlean feat(hit/two_quotient): give dependent eliminator for two_quotients 2015-11-22 18:29:37 -08:00
relation.hlean refactor(hott/*): remove 'Module:' lines 2015-05-23 20:52:58 +10:00
reserved_notation.hlean feat(hott): minor fixes. allow the usage of numerals for trunc_index 2015-12-17 12:46:16 -08:00
tactic.hlean feat(frontends/lean,library/tactic): add easy tactic parsing support for at ... and with ... 2015-12-17 12:18:32 -08:00
trunc.hlean feat(hott): minor fixes. allow the usage of numerals for trunc_index 2015-12-17 12:46:16 -08:00
types.hlean feat(hott): minor fixes. allow the usage of numerals for trunc_index 2015-12-17 12:46:16 -08:00
ua.hlean chore(*): add me as author to files where I made nontrivial contributions 2015-11-22 14:21:26 -08:00
util.hlean refactor(hott/*): remove 'Module:' lines 2015-05-23 20:52:58 +10:00
wf.hlean refactor(hott/*): remove 'Module:' lines 2015-05-23 20:52:58 +10:00