lean4-htt/src/library/tactic
2016-08-31 17:52:36 -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 chore(library/tactic/defeq_simplifier): improve error messages 2016-08-31 17:52:36 -07:00
simplifier feat(library/attribute_manager): make attributes with side-effect free callbacks removable 2016-08-23 21:52:52 -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
app_builder_tactics.h
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): add helper methods 2016-08-29 08:31:33 -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
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
CMakeLists.txt refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
congr_lemma_tactics.cpp
congr_lemma_tactics.h
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
fun_info_tactics.cpp
fun_info_tactics.h
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
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
match_tactic.h
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
rename_tactic.h
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 refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00
user_attribute.h refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00