lean4-htt/library/logic
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
cast.lean refactor(library): remove eq.ops namespace 2016-07-31 12:50:11 -07:00
connectives.lean refactor(library): remove eq.ops namespace 2016-07-31 12:50:11 -07:00
default.lean refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
eq.lean refactor(library): remove eq.ops namespace 2016-07-31 12:50:11 -07:00
identities.lean refactor(frontends/lean): disable '!' operator, and adjust standard library 2016-07-02 01:41:46 +01:00
logic.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
quantifiers.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
weak_fan.lean chore(frontends/lean): disable expressions that use tactic framework 2016-04-25 15:07:26 -07:00