lean4-htt/library/algebra
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
..
category chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
algebra.md feat(library/algebra/monotone): add properties of monotone functions 2016-03-02 22:01:35 -05:00
binary.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bundled.lean chore(library/coercion): disable coercion attribute 2016-07-29 13:15:10 -07:00
complete_lattice.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
field.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
galois_connection.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
group.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
group_bigops.lean fix(library): remove classical instances from global scope 2016-07-29 23:44:23 -04:00
group_power.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
homomorphism.lean feat(library/algebra/monotone): add properties of monotone functions 2016-03-02 22:01:35 -05:00
interval.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
lattice.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
module.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
monotone.lean refactor(library): remove eq.ops namespace 2016-07-31 12:50:11 -07:00
order.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
order_bigops.lean fix(library): remove classical instances from global scope 2016-07-29 23:44:23 -04:00
ordered_field.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ordered_group.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ordered_ring.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
priority.lean refactor(library): remove algebra namespace 2015-12-05 23:50:01 -08:00
relation.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ring.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ring_bigops.lean fix(library): remove classical instances from global scope 2016-07-29 23:44:23 -04:00
ring_power.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00