lean4-htt/library/data/finset
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 chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bigops.lean refactor(library/data): "union." ==> "union_", "inter." ==> "inter_" 2016-01-01 16:13:44 -08:00
card.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
comb.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07: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): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -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 chore(library/coercion): disable coercion attribute 2016-07-29 13:15:10 -07:00
to_set.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00