lean4-htt/src/library/tactic
2016-09-04 17:18:50 -07:00
..
backward feat(library/type_context): improved (and simplified) cache management for type_context 2016-08-23 17:56:58 -07:00
defeq_simplifier feat(library/tactic/defeq_simplifier): reimplement defeq simp lemma cache 2016-09-02 09:10:09 -07:00
simplifier chore(*): fix warnings messages 2016-09-04 09:20:19 -07:00
ac_tactics.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
ac_tactics.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
app_builder_tactics.cpp refactor(library/init/meta): make sure 'transparency' is the first argument 2016-06-28 10:25:38 +01:00
app_builder_tactics.h refactor(library/app_builder): simplify app_builder API 2016-06-22 16:57:49 -07:00
apply_tactic.cpp feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages 2016-08-04 19:19:09 -07:00
apply_tactic.h refactor(library/tactic/apply_tactic): expose 'apply' tactic for internal use 2016-07-10 10:41:02 -07:00
assert_tactic.cpp feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages 2016-08-04 19:19:09 -07:00
assert_tactic.h feat(library/tactic/assert_tactic): expose API 2016-07-17 14:34:22 -04:00
cases_tactic.cpp feat(library/tactic/cases_tactic): normalize type 2016-09-04 17:18:50 -07:00
cases_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
change_tactic.cpp feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages 2016-08-04 19:19:09 -07:00
change_tactic.h feat(library/tactic): add 'change' tactic 2016-06-17 13:21:52 -07:00
clear_tactic.cpp fix(library/local_context): depends_on should take into account assigned metavariables 2016-08-25 13:49:54 -07:00
clear_tactic.h feat(library/tactic/clear_tactic): add low-level induction tactic 2016-07-07 07:39:25 -07:00
CMakeLists.txt refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
congr_lemma_tactics.cpp refactor(library/init/meta): make sure 'transparency' is the first argument 2016-06-28 10:25:38 +01:00
congr_lemma_tactics.h feat(library/tactic): expose congr_lemmas 2016-06-22 19:17:08 -07:00
elaborate.cpp refactor(frontends/lean/elaborator): allow elaborator to add auxiliary definitions 2016-08-10 08:31:00 -07:00
elaborate.h refactor(frontends/lean/elaborator): allow elaborator to add auxiliary definitions 2016-08-10 08:31:00 -07:00
exact_tactic.cpp feat(library/vm/vm_format,library/tactic): use thunks unit->format when producing error messages 2016-08-04 19:19:09 -07:00
exact_tactic.h feat(library/tactic): add 'exact' tactic 2016-06-14 21:30:58 -07:00
fun_info_tactics.cpp refactor(library/fun_info): separate subsingleton information from general param_info 2016-07-07 07:39:26 -07:00
fun_info_tactics.h feat(library/init/meta/fun_info): expose fun_info 2016-06-22 14:00:00 -07:00
generalize_tactic.cpp refactor(library): move kabstract to tactic folder 2016-07-18 09:57:02 -04:00
generalize_tactic.h feat(library/tactic): add 'generalize' tactic 2016-07-16 15:41:32 -04:00
gexpr.cpp feat(library/tactic/backward): finish backward chaining tactic 2016-07-10 13:49:28 -07:00
gexpr.h feat(library/tactic/backward): finish backward chaining tactic 2016-07-10 13:49:28 -07:00
hsubstitution.cpp refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
hsubstitution.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
induction_tactic.cpp feat(library): add helper methods 2016-08-29 08:31:33 -07:00
induction_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
init_module.cpp refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00
init_module.h feat(library/tactic): add tactic_state 2016-06-08 15:12:22 -07:00
intro_tactic.cpp refactor(library/lazy_abstraction): lazy ==> delayed 2016-07-27 13:53:17 -07:00
intro_tactic.h feat(library/tactic/induction_tactic): new flavor of intron 2016-07-14 14:51:45 -04:00
kabstract.cpp feat(library/tactic): implement rewrite and kabstract using occurrences object 2016-07-18 10:10:37 -04:00
kabstract.h feat(library/tactic): implement rewrite and kabstract using occurrences object 2016-07-18 10:10:37 -04:00
match_tactic.cpp fix(library/tactic/match_tactic): check whether all meta-variables have been assigned 2016-06-27 14:53:42 +01:00
match_tactic.h feat(library/tactic): add match_pattern tactic 2016-06-27 14:26:31 +01:00
occurrences.cpp feat(library/tactic): add occurrences object 2016-07-18 09:49:49 -04:00
occurrences.h feat(library/tactic): add occurrences object 2016-07-18 09:49:49 -04:00
rename_tactic.cpp feat(library/tactic): store tactic_state at failure 2016-06-13 15:25:55 -07:00
rename_tactic.h feat(library/tactic): add 'rename' tactic 2016-06-11 19:18:25 -07:00
revert_tactic.cpp fix(library/local_context): depends_on should take into account assigned metavariables 2016-08-25 13:49:54 -07:00
revert_tactic.h feat(library/tactic/revert_tactic): low level version of 'revert' tactic 2016-07-14 14:42:56 -04:00
rewrite_tactic.cpp fix(library/tactic/rewrite_tactic): instantiate mvars in the type 2016-07-19 21:59:09 -04:00
rewrite_tactic.h feat(library/tactic): add 'rewrite' tactic and variants 2016-07-17 16:08:11 -04:00
simp_result.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
simp_result.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
subst_tactic.cpp feat(library): add helper methods 2016-08-29 08:31:33 -07:00
subst_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
tactic_state.cpp feat(library/tactic/tactic_state): add option for instantiating mvars before printing goal (default is true) 2016-08-25 11:11:52 -07:00
tactic_state.h feat(library/type_context): improved (and simplified) cache management for type_context 2016-08-23 17:56:58 -07:00
unfold_tactic.cpp fix(library/tactic/unfold_tactic): crash 2016-07-20 00:08:38 -04:00
unfold_tactic.h feat(library/tactic): add unfold tactic 2016-07-18 15:46:56 -04:00
user_attribute.cpp feat(library/tactic/user_attribute): add set_basic_attribute and unset_attribute tactics 2016-09-01 14:17:05 -07:00
user_attribute.h refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00