lean4-htt/src/library/tactic
Sebastian Ullrich 7ff06b2184 chore(init/meta/attribute): rename user_attribute.set_param to user_attribute.set
Setting the parameter value really is a side effect of setting the whole attribute
2017-09-14 18:48:18 +02:00
..
backward
smt refactor(library/tactic/user_attribute,init/meta/attribute): merge caching_user_attribute into user_attribute 2017-09-05 23:14:34 +02:00
ac_tactics.cpp chore(kernel/environment): rename method 2017-05-15 14:18:16 -07:00
ac_tactics.h
algebraic_normalizer.cpp chore(*): typos 2017-06-07 10:09:38 -07:00
algebraic_normalizer.h feat(library/tactic): start algebraic normalizer 2017-05-15 21:46:19 -07:00
app_builder_tactics.cpp
app_builder_tactics.h
apply_tactic.cpp feat(library/init/meta/rewrite_tactic): improve rewrite tactic 2017-06-30 12:03:27 -07:00
apply_tactic.h feat(library/init/meta/rewrite_tactic): improve rewrite tactic 2017-06-30 12:03:27 -07:00
assert_tactic.cpp
assert_tactic.h
cases_tactic.cpp fix(library/tactic/cases_tactic): do not let internal exception escape 2017-07-22 15:25:56 +01:00
cases_tactic.h
change_tactic.cpp fix(library/tactic/change_tactic): fixes #1686 2017-06-20 12:05:21 -07:00
change_tactic.h
clear_tactic.cpp feat(kernel/expr): allow metavariables to have user-facing names 2017-07-16 07:16:41 -07:00
clear_tactic.h
CMakeLists.txt feat(library/tactic): add hole_command bookkeeping 2017-06-13 21:12:29 -07:00
congr_lemma_tactics.cpp
congr_lemma_tactics.h
destruct_tactic.cpp fix(library/tactic/destruct_tactic): fixes #1766 2017-08-02 15:35:33 +01:00
destruct_tactic.h
dsimplify.cpp fix(library/tactic/dsimplify): issue reported by @semorrison at gitter 2017-07-05 21:48:44 -07:00
dsimplify.h feat(library/init/meta/simp_tactic): add option for reducing [reducible] definitions at dsimp, and to_unfold : list name similar to the one in the simp tactic 2017-07-03 13:28:46 -07:00
elaborate.cpp feat(library/init/meta/tactic): add option for not creating new subgoals at to_expr 2017-06-28 16:46:29 -07:00
elaborate.h
elaborator_exception.cpp feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
elaborator_exception.h feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
eqn_lemmas.cpp fix(library/tactic/eqn_lemmas): fix get_eqn_lemmas_for 2017-05-23 20:39:27 -07:00
eqn_lemmas.h
eval.cpp refactor(frontends/lean/elaborator,kernel/error_msgs): remove duplicate code 2017-07-21 01:46:31 -07:00
eval.h
exact_tactic.cpp fix(library/tactic/exact_tactic): make sure exact/refine tactics check for cycles when assigning metavariables 2017-06-04 15:10:42 -07:00
exact_tactic.h
fun_info_tactics.cpp
fun_info_tactics.h
generalize_tactic.cpp
generalize_tactic.h
gexpr.cpp
gexpr.h
hole_command.cpp feat(shell/server,frontends/lean): add "hole_commands" server command 2017-06-14 22:16:34 -07:00
hole_command.h chore(library/tactic/hole_command,frontends/lean/interactive): fix style 2017-06-14 22:23:25 -07:00
hsubstitution.cpp
hsubstitution.h
induction_tactic.cpp feat(library/tactic/induction_tactic): clear hypothesis before introducing new ones 2017-07-07 10:06:30 -07:00
induction_tactic.h
init_module.cpp feat(library/tactic): add hole_command bookkeeping 2017-06-13 21:12:29 -07:00
init_module.h
intro_tactic.cpp
intro_tactic.h chore(library/inductive_compiler/nested.cpp): prove all theorems in C++ 2017-05-04 16:34:32 -07:00
kabstract.cpp feat(library/tactic/kabstract): expose kabstract to VM 2017-08-14 11:41:54 +02:00
kabstract.h
match_tactic.cpp feat(library/tactic/match_tactic): automatically convert metavariables occurring in patterns into temporary metavariables (i.e., which are considered during matching) 2017-06-29 11:39:18 -07:00
match_tactic.h
norm_num_tactic.cpp
norm_num_tactic.h
occurrences.cpp
occurrences.h
revert_tactic.cpp feat(kernel/expr): allow metavariables to have user-facing names 2017-07-16 07:16:41 -07:00
revert_tactic.h
rewrite_tactic.cpp feat(library/init/meta/rewrite_tactic): improve rewrite tactic 2017-06-30 12:03:27 -07:00
rewrite_tactic.h feat(library/init/meta/rewrite_tactic): improve rewrite tactic 2017-06-30 12:03:27 -07:00
simp_lemmas.cpp feat(library/tactic/simp_lemmas): allow simplification with let-bindings in the local context 2017-09-05 10:24:02 +02:00
simp_lemmas.h feat(library/tactic/simp_lemmas): add both equational lemmas and the definition itself 2017-08-18 08:54:04 +02:00
simp_result.cpp
simp_result.h feat(library/init/meta/simp_tactic): add option for reducing [reducible] definitions at dsimp, and to_unfold : list name similar to the one in the simp tactic 2017-07-03 13:28:46 -07:00
simplify.cpp feat(library/tactic/simp_lemmas): support congruence lemmas that are metavariable applications 2017-08-18 08:54:03 +02:00
simplify.h feat(library/init/meta/simp_tactic): add option for reducing [reducible] definitions at dsimp, and to_unfold : list name similar to the one in the simp tactic 2017-07-03 13:28:46 -07:00
subst_tactic.cpp fix(library/init/meta/relation_tactics,library/tactic/subst_tactic): fixes #1772 2017-08-21 14:51:30 -07:00
subst_tactic.h chore(library/inductive_compiler/nested.cpp): prove all theorems in C++ 2017-05-04 16:34:32 -07:00
tactic_evaluator.cpp feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
tactic_evaluator.h feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
tactic_state.cpp chore(library/init/meta/tactic): define focus_aux using is_assigned 2017-07-21 02:39:55 -07:00
tactic_state.h refactor(library/init/meta/converter): new conv monad implementation 2017-06-29 16:37:22 -07:00
unfold_tactic.cpp refactor(library/init/meta/simp_tactic): make sure dunfold tactics use name convention used at simp, dsimp, ... 2017-07-03 21:36:17 -07:00
unfold_tactic.h
user_attribute.cpp chore(init/meta/attribute): rename user_attribute.set_param to user_attribute.set 2017-09-14 18:48:18 +02:00
user_attribute.h refactor(library/tactic/user_attribute,init/meta/attribute): merge caching_user_attribute into user_attribute 2017-09-05 23:14:34 +02:00
vm_monitor.cpp
vm_monitor.h