lean4-htt/src/library/tactic
2017-01-05 10:35:59 -08:00
..
backward chore(library/vm/vm_nat): add default value at force_to_unsigned 2017-01-03 10:26:36 -08:00
smt refactor(library/tactic/smt): move ematch Lean bindings to ematch.cpp 2017-01-05 10:35:59 -08:00
ac_tactics.cpp fix(library/tactic/ac_tactics,library/tactic/congruence/theory_ac): crash when mixing different AC symbols 2016-12-29 18:38:40 -08:00
ac_tactics.h fix(library/module): deadlock? 2016-12-29 17:56:50 -08: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/tactic): add "approximate" parameter to apply_core and rewrite_core 2016-12-10 10:24:05 -08: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/init/meta/smt_tactic): add assert/assertv/define/definev/pose/note for smt_tactic 2017-01-03 17:12:00 -08:00
assert_tactic.h feat(library/init/meta/smt_tactic): add assert/assertv/define/definev/pose/note for smt_tactic 2017-01-03 17:12:00 -08:00
cases_tactic.cpp refactor(kernel): support only proof irrelevant mode 2016-09-27 17:18:52 -07:00
cases_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
change_tactic.cpp feat(library/init/meta/smt_tactic): allow user to select simp attribute to be used during SMT preprocessing, use preprocessing at intros too 2017-01-01 22:26:26 -08:00
change_tactic.h feat(library/init/meta): smt_tactic skeleton 2016-12-31 18:22:23 -08:00
clear_tactic.cpp fix(library/type_context, library/tactic/induction_tactic): fix for issue #1258 was incorrect 2016-12-21 21:13:29 -08:00
clear_tactic.h fix(library/type_context, library/tactic/induction_tactic): fix for issue #1258 was incorrect 2016-12-21 21:13:29 -08:00
CMakeLists.txt feat(library/tactic): add destruct tactic that is similar to cases, but does not use revert/intro/clear 2016-12-30 17:05:24 -08: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
destruct_tactic.cpp feat(library/tactic/destruct_tactic): support for non-dependent elimination 2017-01-03 18:33:57 -08:00
destruct_tactic.h feat(library/tactic): add destruct tactic that is similar to cases, but does not use revert/intro/clear 2016-12-30 17:05:24 -08:00
dsimplify.cpp feat(library/defeq_canonizer): remove thread local cache 2016-12-27 12:56:39 -08:00
dsimplify.h feat(library/defeq_canonizer): remove thread local cache 2016-12-27 12:56:39 -08:00
elaborate.cpp feat(frontends/lean/begin_end_block): add basic auto-quotation 2016-09-25 17:03:12 -07:00
elaborate.h refactor(frontends/lean/elaborator): allow elaborator to add auxiliary definitions 2016-08-10 08:31:00 -07:00
eqn_lemmas.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
eqn_lemmas.h refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder 2016-10-12 14:36:00 -07:00
eval.cpp feat(library/tactic/eval): eval_expr for arbitrary expressions 2016-10-03 19:01:22 -07:00
eval.h feat(library/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07:00
exact_tactic.cpp feat(tactic/exact_tactic): exact_core that takes transparency 2016-12-13 08:27:21 -08: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 fix(library/type_context): issue #1258 again 2016-12-22 10:51:16 -08:00
induction_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
init_module.cpp feat(library/tactic): add destruct tactic that is similar to cases, but does not use revert/intro/clear 2016-12-30 17:05:24 -08:00
init_module.h
intro_tactic.cpp feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics 2016-11-21 15:40:12 -08:00
intro_tactic.h feat(library/init/meta/smt_tactic): add assert/assertv/define/definev/pose/note for smt_tactic 2017-01-03 17:12:00 -08:00
kabstract.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
kabstract.h feat(library/tactic): implement rewrite and kabstract using occurrences object 2016-07-18 10:10:37 -04:00
match_tactic.cpp chore(library): define rb_expr_tree and rb_expr_map 2016-12-27 20:29:31 -08:00
match_tactic.h feat(library/tactic): add match_pattern tactic 2016-06-27 14:26:31 +01:00
norm_num_tactic.cpp feat(library/tactic): add norm_num_tactic 2016-12-17 16:48:40 -08:00
norm_num_tactic.h feat(library/tactic): add norm_num_tactic 2016-12-17 16:48:40 -08: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 feat(library/tactic): add "approximate" parameter to apply_core and rewrite_core 2016-12-10 10:24:05 -08:00
rewrite_tactic.h feat(library/tactic): add 'rewrite' tactic and variants 2016-07-17 16:08:11 -04:00
simp_lemmas.cpp feat(library/init/meta/smt_tactic): allow user to select simp attribute to be used during SMT preprocessing, use preprocessing at intros too 2017-01-01 22:26:26 -08:00
simp_lemmas.h feat(library/init/meta/smt_tactic): allow user to select simp attribute to be used during SMT preprocessing, use preprocessing at intros too 2017-01-01 22:26:26 -08: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
simplify.cpp feat(library/defeq_canonizer): remove thread local cache 2016-12-27 12:56:39 -08:00
simplify.h feat(library/defeq_canonizer): remove thread local cache 2016-12-27 12:56:39 -08:00
subst_tactic.cpp feat(library/tactic): allow user to write their own pretty printer for tactic states 2016-12-30 18:58:50 -08:00
subst_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
tactic_state.cpp refactor(frontends/lean/elaborator): move tactic executation code to tactic_evaluator 2017-01-04 08:42:59 -08:00
tactic_state.h refactor(frontends/lean/elaborator): move tactic executation code to tactic_evaluator 2017-01-04 08:42:59 -08:00
unfold_tactic.cpp feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics 2016-11-21 15:40:12 -08:00
unfold_tactic.h feat(library/tactic): add unfold tactic 2016-07-18 15:46:56 -04:00
user_attribute.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
user_attribute.h feat(library/init/meta/smt_tactic): allow user to select simp attribute to be used during SMT preprocessing, use preprocessing at intros too 2017-01-01 22:26:26 -08:00
vm_monitor.cpp chore(library/vm/vm_nat): add default value at force_to_unsigned 2017-01-03 10:26:36 -08:00
vm_monitor.h feat(library/vm/vm): invoke debugger (aka vm_monitor) 2016-11-14 14:45:49 -08:00