lean4-htt/library/theories/analysis
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
..
analysis.md feat(library/theories/analysis/complex_norm): instantiate complex numbers as a real normed vector space 2016-02-22 11:25:24 -08:00
complex_norm.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
inner_product.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ivt.lean refactor/feat(library/theories/analysis/sqrt): break out sqrt, add properties 2016-02-22 11:25:23 -08:00
metric_space.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
normed_space.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
real_limit.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
sqrt.lean refactor/feat(library/theories/analysis/sqrt): break out sqrt, add properties 2016-02-22 11:25:23 -08:00