lean4-htt/src/library/tactic
2016-09-25 18:40:41 -07:00
..
backward chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -07:00
simplifier chore(library/vm,library/tactic): fix warnings produced by the new clang++ 2016-09-25 11:14:28 -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 fix(library/tactic/cases_tactic): missing case 2016-09-12 17:41:22 -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 refactor(library/tactic/defeq_simplifier): move defeq_simp_lemmas to library 2016-09-12 10:36:11 -07:00
congr_lemma_tactics.cpp
congr_lemma_tactics.h
defeq_simplifier.cpp feat(library/rfl_lemmas): move rfl lemma rewrite procedure to library 2016-09-12 12:42:14 -07:00
defeq_simplifier.h refactor(library/tactic/defeq_simplifier): move defeq_simp_lemmas to library 2016-09-12 10:36:11 -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
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(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
induction_tactic.h refactor(library/tactic): add hsubstitution module 2016-08-29 08:19:05 -07:00
init_module.cpp refactor(library/tactic/defeq_simplifier): move defeq_simp_lemmas to library 2016-09-12 10:36:11 -07:00
init_module.h
intro_tactic.cpp feat(library/tactic/intro_tactic): use get_unused_name 2016-09-19 16:38:03 -07:00
intro_tactic.h
kabstract.cpp
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
rewrite_tactic.h
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
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(frontends/lean,library/tactic/tactic_state): improve error localization 2016-09-25 18:40:41 -07:00
tactic_state.h feat(frontends/lean,library/tactic/tactic_state): improve error localization 2016-09-25 18:40:41 -07:00
unfold_tactic.cpp refactor(library): rename pr1/pr2 ==> fst/snd 2016-09-21 09:48:39 -07:00
unfold_tactic.h
user_attribute.cpp fix(library/tactic/user_attribute): make sure it compiles when using older versions of g++ 2016-09-12 10:51:25 -07:00
user_attribute.h refactor(library): move user_attribute to tactic folder 2016-08-26 09:28:42 -07:00