Leonardo de Moura
|
9f8e3752f0
|
feat(kernel/equiv_manager): use expr_struct_map in the equiv_manager
|
2016-07-07 07:39:25 -07:00 |
|
Leonardo de Moura
|
c379783c84
|
chore(library/old_tactic/tactic): remove old code
It has already been ported to new tactic framework.
|
2016-07-07 07:39:25 -07:00 |
|
Leonardo de Moura
|
b390521b30
|
feat(library/tactic/induction_tactic): clear major premise
|
2016-07-07 07:39:25 -07:00 |
|
Leonardo de Moura
|
7b1e67d899
|
feat(library/tactic/clear_tactic): add low-level induction tactic
|
2016-07-07 07:39:25 -07:00 |
|
Leonardo de Moura
|
925d538337
|
chore(library/tactic/induction_tactic): uniform error messages
|
2016-07-07 07:39:25 -07:00 |
|
Leonardo de Moura
|
02fb2c9c8a
|
feat(library/init): add 'guard' and helper typeclasses
|
2016-07-07 00:52:52 -07:00 |
|
Leonardo de Moura
|
60c4384d09
|
fix(library/compiler/elim_recursors): buggy way to detect recursive arguments
|
2016-07-06 23:27:04 -07:00 |
|
Daniel Selsam
|
e8a0abe45e
|
test(tests/lean/run): add three perf tests
|
2016-07-05 19:48:20 -07:00 |
|
Leonardo de Moura
|
ab4e1548f2
|
refactor(library/algebra/group): cleanup using Sebastian's new feature
|
2016-07-05 19:37:34 -07:00 |
|
Sebastian Ullrich
|
c5a8fe02ac
|
feat(frontends/lean): add parent classes to local context in struct definitions
Fixes #1066
|
2016-07-05 19:22:08 -07:00 |
|
Leonardo de Moura
|
dbbe070060
|
feat(library/tactic): add 'induction' tactic
|
2016-07-05 19:13:23 -07:00 |
|
Leonardo de Moura
|
14111829bf
|
feat(library/tactic): add helper functions, improve intron
|
2016-07-05 19:11:15 -07:00 |
|
Leonardo de Moura
|
4474f0ce44
|
feat(library/tactic/tactic_state): add pp_goal
|
2016-07-05 18:35:11 -07: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
|
80cf1e8353
|
feat(library/metavar_context): use head_beta_reduce at mk_metavar_decl
|
2016-07-05 13:50:44 -07:00 |
|
Leonardo de Moura
|
34fc12eda0
|
feat(library/tactic/intro_tactic): improve low-level intron
|
2016-07-05 13:50:21 -07:00 |
|
Leonardo de Moura
|
07388479e6
|
feat(library/local_context): helper functions
|
2016-07-05 09:08:11 -07:00 |
|
Leonardo de Moura
|
c1b06fe49a
|
feat(library/tactic/intro_tactic): add low-level intron procedures
|
2016-07-05 09:08:04 -07:00 |
|
Leonardo de Moura
|
0e06942d49
|
chore(tests/lean/run/simp_ext1): cleanup
|
2016-07-04 17:34:47 -07:00 |
|
Leonardo de Moura
|
e9ec52c122
|
chore(emacs/lean-syntax): add register_simp_ext to list of keywords
|
2016-07-04 17:32:22 -07:00 |
|
Leonardo de Moura
|
7bbd43ba5e
|
chore(library/init/meta/tactic): cleanup mk_eq_simp_ext
|
2016-07-04 17:32:16 -07:00 |
|
Leonardo de Moura
|
f47bd06630
|
feat(library/tactic/simplifier): canonize instances
This is a cleanup of
10d23f0075
|
2016-07-04 17:23:16 -07:00 |
|
Leonardo de Moura
|
cda867b124
|
fix(library/defeq_canonizer): bugs found by Daniel
This is a cleanup of
10d23f0075
|
2016-07-04 17:22:37 -07:00 |
|
Daniel Selsam
|
d3cfd39278
|
chore(tactic/simplifier/simplifier): remove old todos
|
2016-07-04 17:14:30 -07:00 |
|
Daniel Selsam
|
f03df9196b
|
chore(simplifier/simp_extensions): remove commented block
|
2016-07-04 17:14:22 -07:00 |
|
Daniel Selsam
|
ba756eec4b
|
chore(library/meta/tactic): remove duplicate todo
|
2016-07-04 17:14:14 -07:00 |
|
Daniel Selsam
|
044a61d350
|
feat(simplifier): try synthesized congruence lemmas
|
2016-07-04 17:14:03 -07:00 |
|
Daniel Selsam
|
562151d6b5
|
doc(simplifier): remove old comment
|
2016-07-04 17:13:51 -07:00 |
|
Daniel Selsam
|
ac57795871
|
feat(init/meta/tactic): mk_eq_simp_ext helper
|
2016-07-04 17:13:41 -07:00 |
|
Daniel Selsam
|
f8816e3ccb
|
feat(library/tactic/simplifier): basic simplifier extensions
|
2016-07-04 17:13:30 -07:00 |
|
Daniel Selsam
|
9c3b7ad979
|
feat(simplifier/simp_extensions): basic bookkeeping
|
2016-07-04 17:13:19 -07:00 |
|
Leonardo de Moura
|
e4b028c596
|
feat(library/app_builder): add efficient mk_congr_arg
mk_congr_arg was a bottleneck at perm_ac tactic.
New tests are 10x faster after this commit.
|
2016-07-04 16:16:58 -07:00 |
|
Leonardo de Moura
|
6526a48c50
|
feat(library/tactic/ac_tactics): add 'perm_ac' tactic
TODO: add macro to postpone proof generation
|
2016-07-03 23:09:25 +01:00 |
|
Leonardo de Moura
|
34d23764fd
|
feat(library/tactic/ac_tactics): expose flat_assoc in the C++ API
|
2016-07-03 21:31:02 +01:00 |
|
Leonardo de Moura
|
945faefd78
|
feat(library/tactic): add 'flat_assoc' tactic
|
2016-07-03 21:27:05 +01:00 |
|
Leonardo de Moura
|
9740515be1
|
chore(frontends/lean/builtin_exprs): remove '#tactic'
|
2016-07-02 11:15:46 +01:00 |
|
Leonardo de Moura
|
6cb63d5f9a
|
feat(frontends/lean/builtin_exprs): simplify '@' and '@@'
|
2016-07-02 11:08:18 +01:00 |
|
Leonardo de Moura
|
90d920b7c9
|
chore(frontends/lean,library/explicit): remove dead code
|
2016-07-02 01:57:43 +01:00 |
|
Leonardo de Moura
|
97719a4c5f
|
refactor(frontends/lean): disable '!' operator, and adjust standard library
|
2016-07-02 01:41:46 +01:00 |
|
Leonardo de Moura
|
58569b82d3
|
refactor(frontends/lean,library,library/tactic): move type_context_cache_helper to type_context module
|
2016-06-30 12:03:40 +01:00 |
|
Leonardo de Moura
|
5be11a5738
|
chore(library/init/meta/constructor_tactic): cleanup
|
2016-06-30 11:44:00 +01:00 |
|
Leonardo de Moura
|
1a5756661f
|
refactor(frontends/lean,library): move scope_pos_info_provider to library
|
2016-06-30 10:19:35 +01:00 |
|
Leonardo de Moura
|
bb70fbbd48
|
refactor(frontends/lean): simplify elaborator_context
|
2016-06-29 16:56:19 +01:00 |
|
Leonardo de Moura
|
ccc65c6171
|
refactor(frontends/lean): add thread local parser_pos_provider
|
2016-06-29 16:09:06 +01:00 |
|
Leonardo de Moura
|
6234d0d830
|
fix(frontends/lean/decl_cmds): the function name does not need to be atomic
|
2016-06-29 07:55:11 +01:00 |
|
Leonardo de Moura
|
e433417e49
|
feat(frontends/lean/decl_cmds): pattern variables must be atomic
|
2016-06-29 07:34:36 +01:00 |
|
Leonardo de Moura
|
75eab6471d
|
fix(library/init/meta/relation_tactics): typo
|
2016-06-29 07:25:58 +01:00 |
|
Leonardo de Moura
|
3963fa7cad
|
feat(library/init/meta/base_tactic): rename repeat ==> foreach, add new repeat
|
2016-06-29 07:20:05 +01:00 |
|
Leonardo de Moura
|
3b6b487e43
|
feat(library/init/meta/tactic): add 'focus', 'first', 'solve' and LCF-style AND_THEN tactical
|
2016-06-29 01:07:41 +01:00 |
|
Daniel Selsam
|
f273ccb077
|
feat(meta/lean/tactic): dsimp_at
|
2016-06-28 23:52:45 +01:00 |
|