lean4-htt/library/data/set
Sebastian Ullrich fd2c42a8bf chore(library, tests): switch to new attribute declaration syntax
sed -Ei 's/^(\s*)((private |protected )?(noncomputable )?(abbreviation|definition|meta_definition|theorem|lemma|proposition|corollary)\s+\S+\s*)((\s*\[(\S+(\s+[0-9]+)*|priority.*)\])+)\s*/\1attribute \6\n\1\2/' library/**/*.lean tests/**/*.lean
sed -Ei 's/\s+$//' library/**/*.lean  # remove trailing whitespace
2016-08-12 15:36:12 -07:00
..
basic.lean fix(library): remove classical instances from global scope 2016-07-29 23:44:23 -04:00
card.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
classical_inverse.lean feat(library/data/set/*,library/algebra/group_bigops): better finiteness lemmas, reindexing for big operations 2015-12-31 15:16:57 -08:00
comm_semiring.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
default.lean feat(library/data/set/filter): add filters, show they form a complete lattice 2015-08-09 22:14:25 -04:00
equinumerosity.lean refactor(frontends/lean): remove 'by+' and 'begin+' tokens 2016-02-29 13:45:43 -08:00
filter.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
finite.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
function.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
map.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
set.md feat(library/data/set/equinumerosity): add Cantor's theorem, Schroeder-Bernstein theorem 2015-09-25 09:32:28 -07:00