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 |
|
Leonardo de Moura
|
1602a53336
|
feat(frontends/lean): nary match
|
2016-08-08 10:04:58 -07:00 |
|
Leonardo de Moura
|
0db1f3a9d1
|
feat(library/init/meta): add helper functions
|
2016-07-23 11:39:11 -07:00 |
|
Leonardo de Moura
|
7f0b4b4573
|
feat(library/init/meta/environment): add is_recursive API
|
2016-07-20 19:27:43 -04:00 |
|
Leonardo de Moura
|
9e1c4b5c99
|
feat(library/init/meta): add helper functions, improve contradiction tactic
|
2016-07-05 18:34:48 -07:00 |
|
Leonardo de Moura
|
583a55c7c3
|
refactor(library): move 'none', 'some', 'tt', 'ff' to top-level
|
2016-06-25 12:39:19 -07:00 |
|
Leonardo de Moura
|
02904c5b87
|
feat(library/init/meta): add 'reflexivity', 'symmetry' and 'transitivity' tactics
|
2016-06-18 20:01:53 -07:00 |
|
Leonardo de Moura
|
67aa755a94
|
feat(library/init/meta): add helper functions
|
2016-06-16 18:16:35 -07:00 |
|
Leonardo de Moura
|
876793c21e
|
feat(library/init/meta): add 'inhabited' instances
|
2016-06-09 13:19:49 -07:00 |
|
Leonardo de Moura
|
b28e724709
|
feat(library/vm): expose 'environment' C++ object
|
2016-06-07 17:01:17 -07:00 |
|