Leonardo de Moura
|
a32c45a515
|
feat: simp infrastructure
|
2020-12-30 18:00:04 -08:00 |
|
Leonardo de Moura
|
34f6f8ef5d
|
feat: pre/post simp lemmas
|
2020-12-30 13:46:14 -08:00 |
|
Leonardo de Moura
|
03cc69f1db
|
feat: track permutation simp lemmas
|
2020-12-30 13:46:14 -08:00 |
|
Leonardo de Moura
|
7165d50c93
|
feat: simp lemmas of the form not p
|
2020-12-28 17:03:32 -08:00 |
|
Leonardo de Moura
|
5a772e58d3
|
test: simp extension
|
2020-12-28 16:52:15 -08:00 |
|
Leonardo de Moura
|
6234c60aae
|
chore(*): disable test suite
|
2018-04-10 12:56:55 -07:00 |
|
Leonardo de Moura
|
205d524409
|
refactor(library/tactic/simplify): delete old simplifier
|
2016-10-19 14:03:14 -07:00 |
|
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
|
d5a648a12a
|
feat(library/init/meta/tactic): add 'simp_using' and 'simp_using_hs', add 'try triv' after 'simp'
|
2016-07-09 16:37:55 -07:00 |
|
Daniel Selsam
|
c3d44249bc
|
feat(simplifier): take list of lemmas and tactic as args to simplify
|
2016-07-09 10:10:59 -07:00 |
|
Daniel Selsam
|
e1bc0a68e6
|
refactor(simplifier): port skeleton to new tactic framework
Conflicts:
library/init/meta/tactic.lean
src/library/tactic/tactic_state.cpp
|
2016-06-24 15:20:40 -07:00 |
|