lean2/hott
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 fix(hott): change some theorems to definitions 2015-12-17 12:46:16 -08:00
cubical feat(library/tactic): make let tactic transparent, introduce new opaque note tactic 2015-12-14 10:14:02 -08:00
hit feat(hott/hit): flattening lemmas for coeq and pushout 2015-12-28 09:06:13 -08:00
homotopy feat(library/tactic): make let tactic transparent, introduce new opaque note tactic 2015-12-14 10:14:02 -08:00
init refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
tools feat(hott): port nat and int from the standard library 2015-12-09 12:36:11 -08:00
types feat(hott): functoriality of quotients 2015-12-28 09:06:13 -08:00
.gitignore chore(.gitignore): update 2015-03-28 23:29:41 -04:00
.project feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08:00
arity.hlean feat(categories): add exponential laws for categories 2015-11-08 14:04:59 -08:00
book.md fix(hott/book.md): align with previous commit 2015-11-08 14:21:27 -08:00
core.hlean fix(hott): import commands (some files have been moved to different directories) 2015-09-25 09:39:45 -07:00
eq2.hlean feat(hit/two_quotient): give dependent eliminator for two_quotients 2015-11-22 18:29:37 -08:00
function.hlean chore(hott): more cleanup. 2015-12-10 10:42:16 -08:00
hott.md refactor(hott): move cubical folder and files eq2, function and hprop_trunc from types/ to the root HoTT directory 2015-08-07 13:34:41 -07:00
hprop_trunc.hlean refactor(hott): move cubical folder and files eq2, function and hprop_trunc from types/ to the root HoTT directory 2015-08-07 13:34:41 -07:00