lean4-htt/library/data/examples
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
..
depchoice.lean feat(*): new numeral encoding 2015-11-08 14:04:55 -08:00
notencodable.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
vector.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00