| .. |
|
backward
|
chore(library/vm,library/tactic): fix warnings produced by the new clang++
|
2016-09-25 11:14:28 -07:00 |
|
simplifier
|
chore(*): cleanup
|
2016-09-27 17:30:57 -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
|
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
|
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
|
refactor(library/tactic/apply_tactic): expose 'apply' tactic for internal use
|
2016-07-10 10:41:02 -07:00 |
|
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
|
feat(library/tactic/assert_tactic): expose API
|
2016-07-17 14:34:22 -04:00 |
|
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
|
feat(library/tactic): add 'change' tactic
|
2016-06-17 13:21:52 -07:00 |
|
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
|
feat(library/tactic/clear_tactic): add low-level induction tactic
|
2016-07-07 07:39:25 -07:00 |
|
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
|
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 |
|
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
|
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 |
|
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
|
feat(library/tactic): add tactic_state
|
2016-06-08 15:12:22 -07:00 |
|
intro_tactic.cpp
|
feat(library/tactic/intro_tactic): use get_unused_name
|
2016-09-19 16:38:03 -07: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
|
fix(library/local_context): depends_on should take into account assigned metavariables
|
2016-08-25 13:49:54 -07: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
|
fix(library/tactic/rewrite_tactic): instantiate mvars in the type
|
2016-07-19 21:59:09 -04:00 |
|
rewrite_tactic.h
|
feat(library/tactic): add 'rewrite' tactic and variants
|
2016-07-17 16:08:11 -04: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 |
|
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
|
feat(library/tactic): add unfold tactic
|
2016-07-18 15:46:56 -04:00 |
|
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 |