lean4-htt/src/library/tactic
2017-03-02 10:55:38 -08:00
..
backward chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
smt feat(library/type_context): use m_unfold_pred to decide whether macros should be unfolded or not 2017-02-21 18:07:39 -08:00
ac_tactics.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
ac_tactics.h fix(library/module): deadlock? 2016-12-29 17:56:50 -08:00
app_builder_tactics.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
cases_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
change_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
change_tactic.h feat(library/init/meta): smt_tactic skeleton 2016-12-31 18:22:23 -08:00
clear_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 fix(frontends/lean, library/tactic): error position in auto quoted terms 2017-02-09 18:03:04 -08:00
congr_lemma_tactics.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
congr_lemma_tactics.h feat(library/tactic): expose congr_lemmas 2016-06-22 19:17:08 -07:00
destruct_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
dsimplify.h fix(library/tactic/smt/hinst_lemmas): pattern normalization issue 2017-01-08 23:35:39 -08:00
elaborate.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
elaborate.h feat(library/tactic): store name of current declaration in tactic_state 2017-01-28 08:27:19 +01:00
elaborator_exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
elaborator_exception.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
eqn_lemmas.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
eqn_lemmas.h feat(library/tactic/smt/smt_state): add tactic for adding equational lemmas for a definition 2017-01-05 15:47:58 -08:00
eval.cpp fix(library/tactic/eval): make sure old position information nested in the expression being evaluated is not used in type error messages 2017-02-26 22:38:24 -08:00
eval.h feat(library/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07:00
exact_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
exact_tactic.h
fun_info_tactics.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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/tactic/induction_tactic): use drec in the induction tactic 2017-03-01 18:34:24 -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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
kabstract.h feat(library/tactic): implement rewrite and kabstract using occurrences object 2016-07-18 10:10:37 -04:00
match_tactic.cpp feat(library/tactic/match_tactic): return also assignments for universe meta-variables 2017-02-17 20:08:09 -08:00
match_tactic.h feat(library/tactic): add match_pattern tactic 2016-06-27 14:26:31 +01:00
norm_num_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
rename_tactic.h
revert_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
rewrite_tactic.h feat(library/tactic): add 'rewrite' tactic and variants 2016-07-17 16:08:11 -04:00
simp_lemmas.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 perf(library/inductive_compiler): simplification with sizeof lemmas 2017-03-01 21:13:20 -08:00
simplify.h refactor(library/tactic, library/init/meta): simplify_config => simp_config 2017-02-19 13:10:36 -08:00
subst_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
subst_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
tactic_state.cpp chore(library/init/meta): add head prefix to head reduction tactics, and add zeta tactic (that applies zeta reduction to all subterms) 2017-03-02 10:55:38 -08:00
tactic_state.h chore(util,kernel,library): clang warnings 2017-02-17 20:01:34 -08:00
unfold_tactic.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01:00
unfold_tactic.h refactor(library/tactic/unfold_tactic): add dunfold C++ function 2017-02-04 16:33:12 -08:00
user_attribute.cpp chore(frontends/lean,library/tactic): remove old tactic_state functions 2017-02-17 15:41:58 +01: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 refactor(init/meta,library/vm): use structure for position information 2017-02-21 11:06:39 -08:00
vm_monitor.h feat(library/vm/vm): invoke debugger (aka vm_monitor) 2016-11-14 14:45:49 -08:00