| .. |
|
backward
|
fix(library/tactic/backward/backward_lemmas): uninitialized value
|
2016-10-15 13:21:46 -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
|
|
|
|
app_builder_tactics.h
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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/vm/vm_format,library/tactic): use thunks unit->format when producing error messages
|
2016-08-04 19:19:09 -07:00 |
|
change_tactic.h
|
|
|
|
clear_tactic.cpp
|
fix(library/local_context): depends_on should take into account assigned metavariables
|
2016-08-25 13:49:54 -07:00 |
|
clear_tactic.h
|
|
|
|
CMakeLists.txt
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -08:00 |
|
congr_lemma_tactics.cpp
|
|
|
|
congr_lemma_tactics.h
|
|
|
|
dsimplify.cpp
|
feat(library/init/meta): implement unfold tactics in Lean using new building blocks
|
2016-10-12 17:25:56 -07:00 |
|
dsimplify.h
|
refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder
|
2016-10-12 14:36:00 -07: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
|
refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder
|
2016-10-12 14:36:00 -07: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(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
|
|
|
|
fun_info_tactics.cpp
|
|
|
|
fun_info_tactics.h
|
|
|
|
generalize_tactic.cpp
|
|
|
|
generalize_tactic.h
|
|
|
|
gexpr.cpp
|
|
|
|
gexpr.h
|
|
|
|
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): use annotated_head_beta_reduce instead of head_beta_reduce in tactics
|
2016-11-21 15:40:12 -08:00 |
|
induction_tactic.h
|
refactor(library/tactic): add hsubstitution module
|
2016-08-29 08:19:05 -07:00 |
|
init_module.cpp
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -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
|
|
|
|
kabstract.cpp
|
feat(util/rb_map): add unsigned_map
|
2016-10-03 16:26:58 -07:00 |
|
kabstract.h
|
|
|
|
match_tactic.cpp
|
|
|
|
match_tactic.h
|
|
|
|
occurrences.cpp
|
|
|
|
occurrences.h
|
|
|
|
rename_tactic.cpp
|
|
|
|
rename_tactic.h
|
|
|
|
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
|
|
|
|
rewrite_tactic.cpp
|
feat(library/tactic/rewrite_tactic): disable pp.beta at rewrite error msg
|
2016-11-21 15:58:11 -08:00 |
|
rewrite_tactic.h
|
|
|
|
simp_lemmas.cpp
|
refactor(library/tactic): merge simp_lemmas and simp_lemmas_tactics
|
2016-10-12 14:49:54 -07:00 |
|
simp_lemmas.h
|
refactor(library/tactic): merge simp_lemmas and simp_lemmas_tactics
|
2016-10-12 14:49:54 -07: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
|
fix(library/tactic/simplify): only use auto_eq_congr if number of args match
|
2016-11-04 10:13:02 -07:00 |
|
simplify.h
|
feat(library/tactic/simplify): use propext in rewriting rules when simplify_config.use_axioms is tt
|
2016-10-19 17:59:01 -07:00 |
|
subst_tactic.cpp
|
feat(library): add helper methods
|
2016-08-29 08:31:33 -07:00 |
|
subst_tactic.h
|
refactor(library/tactic): add hsubstitution module
|
2016-08-29 08:19:05 -07:00 |
|
tactic_state.cpp
|
feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics
|
2016-11-21 15:40:12 -08:00 |
|
tactic_state.h
|
feat(library/tactic/rewrite_tactic): disable pp.beta at rewrite error msg
|
2016-11-21 15:58:11 -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
|
|
|
|
user_attribute.cpp
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -08:00 |
|
user_attribute.h
|
refactor(library): move user_attribute to tactic folder
|
2016-08-26 09:28:42 -07:00 |
|
vm_monitor.cpp
|
chore(library/tactic/vm_monitor): remove "leftovers"
|
2016-11-16 14:23:55 -08:00 |
|
vm_monitor.h
|
feat(library/vm/vm): invoke debugger (aka vm_monitor)
|
2016-11-14 14:45:49 -08:00 |