lean4-htt/library/data
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
..
examples chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
finset chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
fintype chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
int chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
list chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
nat chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
rat chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
real chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
set chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bag.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bool.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bv.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
complex.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
countable.lean refactor(library/algebra/function): move function.lean to init folder 2015-07-06 07:29:56 -07:00
data.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
default.lean chore(library): fix and cleanup 'import' commands 2016-07-07 07:39:26 -07:00
empty.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
encodable.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
equiv.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
hf.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
hlist.lean feat(frontends/lean): new pattern matching validation 2016-08-07 11:31:11 -07:00
map.lean chore(frontends/lean): coercions are disabled by default 2016-07-29 13:03:23 -07:00
matrix.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
num.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
old_fin.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
old_string.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
pnat.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
prod.lean refactor(library): remove eq.ops namespace 2016-07-31 12:50:11 -07:00
sigma.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
squash.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
stream.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
sum.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
tuple.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
uprod.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00