lean4-htt/library/init
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
..
meta chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
.gdb_history chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
alternative.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
applicative.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
bool.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
char.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
classical.lean feat(frontends/lean): nary match 2016-08-08 10:04:58 -07:00
coe.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
combinator.lean feat(library/init): add combinators SKI 2016-06-09 14:39:20 -07:00
datatypes.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
default.lean refactor(library/init): rename measurable to has_sizeof 2016-08-08 13:58:10 -07:00
fin.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
function.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
functor.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
funext.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
init.md chore(*.md): fix/remove broken links 2016-02-23 10:11:24 -08:00
instances.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
list.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
list_classes.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
logic.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
monad.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
nat.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
num.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
option.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
ordering.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
prod.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
quot.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
relation.lean feat(library/data/list/sort): add sort for lists 2015-08-09 14:23:09 -07:00
reserved_notation.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
setoid.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
sigma.lean chore(library): disable sigma.mk notation 2016-08-04 10:44:48 -07:00
sigma_lex.lean feat(library/init/sigma_lex): add skip_left relation for sigma 2016-08-09 11:17:12 -07:00
simplifier.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
sizeof.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
state.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
string.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
subtype.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
timeit.lean chore(library): unit.star ==> () 2016-06-08 17:31:44 -07:00
to_string.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
trace.lean fix(library/init): add missing file 2016-06-09 14:39:56 -07:00
unit.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
unsigned.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
wf.lean chore(library, tests): switch to new attribute declaration syntax 2016-08-12 15:36:12 -07:00
wf_k.lean feat(init/wf): port from standard library to HoTT library 2016-02-09 10:03:48 -08:00