lean4-htt/library/logic/examples
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
..
propositional chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
colog88.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
cont.lean refactor(library): replace assert-exprs with have-exprs 2016-02-29 11:53:26 -08:00
double_negation_translation.lean feat(library/logic/examples): add "double-negation translation" example 2015-05-31 18:18:10 -07:00
examples.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
leftinv_of_inj.lean refactor(library/*): rename 'compose' to 'comp' 2016-03-02 22:48:05 -05:00
negative.lean refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
nuprl_examples.lean refactor(library): rename exists_elim and exists_intro to exists.elim 2014-12-15 19:07:38 -08:00