lean2/library/data/finset
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
bigops.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
card.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
comb.lean refactor(library/data): cleanup proofs 2015-11-08 14:04:58 -08:00
default.lean feat(library/data/finset/partition.lean): add theory of partitions into finsets by Haitao Zhang 2015-06-05 09:32:00 -07:00
equiv.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
finset.md feat(library/data/finset/partition.lean): add theory of partitions into finsets by Haitao Zhang 2015-06-05 09:32:00 -07:00
partition.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
to_set.lean refactor(library/data/finset/comb,library/data/set/basic,library/*): rename 'filter' to 'sep' to free up 'set.filter' 2015-08-08 18:10:44 -04:00