| .. |
|
backward
|
feat(library/init/meta/backward): expose back_lemmas (index)
|
2016-07-10 17:11:24 -07:00 |
|
defeq_simplifier
|
refactor(library/fun_info): separate subsingleton information from general param_info
|
2016-07-07 07:39:26 -07:00 |
|
simplifier
|
chore(library/type_context): remove redundant method
|
2016-07-12 13:02:42 -04:00 |
|
ac_tactics.cpp
|
feat(library/tactic/ac_tactics): add 'perm_ac' tactic
|
2016-07-03 23:09:25 +01:00 |
|
ac_tactics.h
|
feat(library/tactic/ac_tactics): add 'perm_ac' tactic
|
2016-07-03 23:09:25 +01:00 |
|
app_builder_tactics.cpp
|
refactor(library/init/meta): make sure 'transparency' is the first argument
|
2016-06-28 10:25:38 +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
|
refactor(library/tactic/apply_tactic): expose 'apply' tactic for internal use
|
2016-07-10 10:41:02 -07: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
|
refactor(library/type_context): "metavar_context & m_mctx" ==> "metavar_context m_mctx"
|
2016-06-25 13:08:03 -07:00 |
|
assert_tactic.h
|
feat(library/tactic/assert_tactic): expose API
|
2016-07-17 14:34:22 -04:00 |
|
cases_tactic.cpp
|
feat(library/tactic/cases_tactic): merge method
|
2016-07-15 13:56:17 -04:00 |
|
cases_tactic.h
|
feat(library/tactic/cases_tactic): add a list containing the constructor associated with each new goal
|
2016-07-15 13:56:16 -04:00 |
|
change_tactic.cpp
|
refactor(library/type_context): "metavar_context & m_mctx" ==> "metavar_context m_mctx"
|
2016-06-25 13:08:03 -07:00 |
|
change_tactic.h
|
feat(library/tactic): add 'change' tactic
|
2016-06-17 13:21:52 -07:00 |
|
clear_tactic.cpp
|
fix(library/tactic/clear_tactic): fail if hypothesis has dependecies
|
2016-07-09 17:19:49 -07:00 |
|
clear_tactic.h
|
feat(library/tactic/clear_tactic): add low-level induction tactic
|
2016-07-07 07:39:25 -07:00 |
|
CMakeLists.txt
|
feat(library/tactic): add unfold tactic
|
2016-07-18 15:46:56 -04:00 |
|
congr_lemma_tactics.cpp
|
refactor(library/init/meta): make sure 'transparency' is the first argument
|
2016-06-28 10:25:38 +01:00 |
|
congr_lemma_tactics.h
|
feat(library/tactic): expose congr_lemmas
|
2016-06-22 19:17:08 -07:00 |
|
elaborate.cpp
|
feat(library/tactic): add 'by' annotation
|
2016-06-13 10:12:00 -07:00 |
|
elaborate.h
|
feat(library/tactic): add 'by' annotation
|
2016-06-13 10:12:00 -07:00 |
|
exact_tactic.cpp
|
refactor(library/type_context): "metavar_context & m_mctx" ==> "metavar_context m_mctx"
|
2016-06-25 13:08:03 -07:00 |
|
exact_tactic.h
|
feat(library/tactic): add 'exact' tactic
|
2016-06-14 21:30:58 -07:00 |
|
fun_info_tactics.cpp
|
refactor(library/fun_info): separate subsingleton information from general param_info
|
2016-07-07 07:39:26 -07: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
|
refactor(library): move kabstract to tactic folder
|
2016-07-18 09:57:02 -04: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 |
|
induction_tactic.cpp
|
refactor(library/tactic/induction_tactic): low level induction tactic for internal use
|
2016-07-14 16:04:05 -04:00 |
|
induction_tactic.h
|
refactor(library/tactic/induction_tactic): low level induction tactic for internal use
|
2016-07-14 16:04:05 -04:00 |
|
init_module.cpp
|
feat(library/tactic): add unfold tactic
|
2016-07-18 15:46:56 -04:00 |
|
init_module.h
|
feat(library/tactic): add tactic_state
|
2016-06-08 15:12:22 -07:00 |
|
intro_tactic.cpp
|
feat(library/tactic/intro_tactic): use head_beta_reduce
|
2016-07-18 15:14:01 -04:00 |
|
intro_tactic.h
|
feat(library/tactic/induction_tactic): new flavor of intron
|
2016-07-14 14:51:45 -04:00 |
|
kabstract.cpp
|
feat(library/tactic): implement rewrite and kabstract using occurrences object
|
2016-07-18 10:10:37 -04:00 |
|
kabstract.h
|
feat(library/tactic): implement rewrite and kabstract using occurrences object
|
2016-07-18 10:10:37 -04:00 |
|
match_tactic.cpp
|
fix(library/tactic/match_tactic): check whether all meta-variables have been assigned
|
2016-06-27 14:53:42 +01:00 |
|
match_tactic.h
|
feat(library/tactic): add match_pattern tactic
|
2016-06-27 14:26:31 +01: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
|
feat(library/tactic): store tactic_state at failure
|
2016-06-13 15:25:55 -07:00 |
|
rename_tactic.h
|
feat(library/tactic): add 'rename' tactic
|
2016-06-11 19:18:25 -07:00 |
|
revert_tactic.cpp
|
feat(library/tactic/revert_tactic): low level version of 'revert' tactic
|
2016-07-14 14:42:56 -04: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
|
feat(library/tactic): implement rewrite and kabstract using occurrences object
|
2016-07-18 10:10:37 -04:00 |
|
rewrite_tactic.h
|
feat(library/tactic): add 'rewrite' tactic and variants
|
2016-07-17 16:08:11 -04:00 |
|
subst_tactic.cpp
|
fix(library/tactic/subst_tactic): typo
|
2016-07-15 13:52:55 -04:00 |
|
subst_tactic.h
|
feat(library/tactic/subst_tactic): add low-level subst tactic for internal use
|
2016-07-14 18:00:29 -04:00 |
|
tactic_state.cpp
|
feat(library/tactic/tactic_state): add pp_goal
|
2016-07-05 18:35:11 -07:00 |
|
tactic_state.h
|
feat(library/tactic): add helper functions, improve intron
|
2016-07-05 19:11:15 -07:00 |
|
unfold_tactic.cpp
|
feat(library/tactic): add unfold tactic
|
2016-07-18 15:46:56 -04:00 |
|
unfold_tactic.h
|
feat(library/tactic): add unfold tactic
|
2016-07-18 15:46:56 -04:00 |