lean4-htt/library/algebra/category
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
..
adjoint.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
category.md feat(hott/algebra): port abstract structures 2015-12-09 12:34:06 -08:00
constructions.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
default.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
functor.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
limit.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00
morphism.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
natural_transformation.lean chore(library/coercion): disable coercion attribute 2016-07-29 13:15:10 -07:00
yoneda.lean refactor(library/*): remove 'Module:' lines 2015-05-23 20:52:23 +10:00