lean4-htt/library
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
..
algebra chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
data chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
examples chore(frontends/lean): disable expressions that use tactic framework 2016-04-25 15:07:26 -07:00
init chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
logic chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
smt refactor(library/smt): move smt files from algebra 2016-07-29 10:44:44 -07:00
system refactor(library): move 'meta' to 'init' folder 2016-06-06 19:08:07 -07:00
theories chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
tools chore(library): remove old tactic definition 2016-06-06 14:11:40 -07:00
.gitignore
.project chore(library): disable stdlib but init and systems folder 2016-08-11 18:42:10 -07:00
library.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
standard.lean chore(library): disable stdlib but init and systems folder 2016-08-11 18:42:10 -07:00