lean4-htt/library/data/list
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
..
as_type.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
basic.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
comb.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
default.lean refactor,feat(library/{data,algebra}): move bigops to algebra, define sums 2015-05-16 18:42:13 +10:00
list.md refactor,feat(library/{data,algebra}): move bigops to algebra, define sums 2015-05-16 18:42:13 +10:00
perm.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
set.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
sort.lean feat(frontends/lean): remove 'using' expressions 2016-07-28 09:53:27 -07:00
sorted.lean feat(frontends/lean/inductive_cmd): use new elaborator in the inductive command 2016-08-03 13:13:12 -07:00