lean4-htt/src/library/tactic
2016-08-22 09:23:18 -07:00
..
backward refactor(library/attribute_manager): remove weakly-typed API 2016-08-19 15:02:34 -07:00
defeq_simplifier feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
simplifier fix(library/tactic/simplifier/simp_lemmas): typo 2016-08-21 22:30:16 -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 fix(library/tactic/cases_tactic): lowlevel interface that gives access to renamed/introduced hypotheses 2016-08-21 15:55:56 -07:00
cases_tactic.h fix(library/tactic/cases_tactic): lowlevel interface that gives access to renamed/introduced hypotheses 2016-08-21 15:55:56 -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/tactic/clear_tactic): fail if hypothesis has dependecies 2016-07-09 17:19:49 -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(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -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
induction_tactic.cpp refactor(library/tactic/induction_tactic): low level induction tactic for internal use 2016-07-14 16:04:05 -04:00
induction_tactic.h refactor(library/tactic/induction_tactic): low level induction tactic for internal use 2016-07-14 16:04:05 -04:00
init_module.cpp feat(library/tactic): add unfold tactic 2016-07-18 15:46:56 -04: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 feat(library/tactic/revert_tactic): low level version of 'revert' tactic 2016-07-14 14:42:56 -04: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 chore(library/tactic/subst_tactic): remove 'static' to avoid warning in release mode 2016-08-22 09:23:18 -07:00
subst_tactic.h feat(library/tactic/subst_tactic): add low-level subst tactic for internal use 2016-07-14 18:00:29 -04:00
tactic_state.cpp feat(frontends/lean): add run_tactic command 2016-08-18 10:56:18 -07:00
tactic_state.h refactor(frontends/lean/elaborator): allow elaborator to add auxiliary definitions 2016-08-10 08:31:00 -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