| .. |
|
backward
|
chore(frontends/lean,library/tactic): remove old tactic_state functions
|
2017-02-17 15:41:58 +01:00 |
|
smt
|
fix(library/type_context): clenaup whnf_head_pred
|
2018-01-08 11:31:03 -08:00 |
|
ac_tactics.cpp
|
chore(kernel/environment): rename method
|
2017-05-15 14:18:16 -07:00 |
|
ac_tactics.h
|
fix(library/module): deadlock?
|
2016-12-29 17:56:50 -08:00 |
|
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
|
chore(frontends/lean,library/tactic): remove old tactic_state functions
|
2017-02-17 15:41:58 +01:00 |
|
app_builder_tactics.h
|
|
|
|
apply_tactic.cpp
|
feat(library/init/meta): add unify config option to apply_cfg
|
2018-01-04 12:51:59 -08:00 |
|
apply_tactic.h
|
feat(library/init/meta): add unify config option to apply_cfg
|
2018-01-04 12:51:59 -08: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
|
feat(library/tactic/induction_tactic): new name generator for induction and cases tactics
|
2017-12-05 14:57:36 -08:00 |
|
cases_tactic.h
|
fix(library/equations_compiler/elim_match): skip nonvar + inaccessible
|
2017-03-21 08:08:36 -07:00 |
|
change_tactic.cpp
|
chore(library): remove id_locked
|
2017-11-22 16:29:04 -08:00 |
|
change_tactic.h
|
feat(library/init/meta): smt_tactic skeleton
|
2016-12-31 18:22:23 -08:00 |
|
clear_tactic.cpp
|
feat(kernel/expr): allow metavariables to have user-facing names
|
2017-07-16 07:16:41 -07: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 hole_command bookkeeping
|
2017-06-13 21:12:29 -07: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
|
|
|
|
destruct_tactic.cpp
|
fix(library/tactic/destruct_tactic): fixes #1766
|
2017-08-02 15:35:33 +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
|
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
|
feat(library/tactic): store name of current declaration in tactic_state
|
2017-01-28 08:27:19 +01:00 |
|
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
|
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
|
refactor(frontends/lean/elaborator,kernel/error_msgs): remove duplicate code
|
2017-07-21 01:46:31 -07:00 |
|
eval.h
|
feat(library/tactic): 'eval_expr' tactic skeleton
|
2016-10-03 16:26:28 -07:00 |
|
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
|
chore(frontends/lean,library/tactic): remove old tactic_state functions
|
2017-02-17 15:41:58 +01:00 |
|
fun_info_tactics.h
|
|
|
|
generalize_tactic.cpp
|
chore(frontends/lean,library/tactic): remove old tactic_state functions
|
2017-02-17 15:41:58 +01:00 |
|
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
|
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/init/meta/tactic): induction tactic returns constructor/param names
|
2017-12-10 09:46:39 -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 hole_command bookkeeping
|
2017-06-13 21:12:29 -07:00 |
|
init_module.h
|
|
|
|
intro_tactic.cpp
|
feat(library/tactic/induction_tactic): new name generator for induction and cases tactics
|
2017-12-05 14:57:36 -08:00 |
|
intro_tactic.h
|
feat(library/tactic/induction_tactic): new name generator for induction and cases tactics
|
2017-12-05 14:57:36 -08:00 |
|
kabstract.cpp
|
feat(library/init/meta): add support for new unify at rw tactic
|
2018-01-04 13:05:55 -08:00 |
|
kabstract.h
|
feat(library/init/meta): add support for new unify at rw tactic
|
2018-01-04 13:05:55 -08:00 |
|
match_tactic.cpp
|
refactor(library/init/meta/match_tactic): cleanup match_tactic interface
|
2017-12-06 12:52:41 -08:00 |
|
match_tactic.h
|
|
|
|
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
|
|
|
|
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
|
fix(library/type_context): fixes #1500
|
2017-03-31 19:19:44 -07:00 |
|
rewrite_tactic.cpp
|
feat(library/init/meta): add support for new unify at rw tactic
|
2018-01-04 13:05:55 -08:00 |
|
rewrite_tactic.h
|
feat(library/init/meta/rewrite_tactic): improve rewrite tactic
|
2017-06-30 12:03:27 -07:00 |
|
simp_lemmas.cpp
|
fix(library/tactic/simp_lemmas): closes #1863
|
2017-12-20 15:12:02 -08: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
|
refactor(simplifier): many fixes, extensions, and tests
|
2016-08-19 14:57:03 -07:00 |
|
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/type_context): m_update => m_update_left/m_update_right
|
2018-01-03 13:49:42 -08: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
|
feat(library/init/meta): add unify config option to apply_cfg
|
2018-01-04 12:51:59 -08:00 |
|
tactic_state.h
|
feat(library/tactic): goal tagging
|
2017-12-09 16:29:03 -08: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
|
refactor(library/tactic/unfold_tactic): add dunfold C++ function
|
2017-02-04 16:33:12 -08:00 |
|
user_attribute.cpp
|
fix(library/tactic/user_attribute): persist user attribute parameters
|
2017-11-22 19:19:05 +01: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
|
fix(library/tactic/vm_monitor): compilation warning
|
2017-03-22 07:40:16 -07:00 |
|
vm_monitor.h
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -08:00 |