| .. |
|
app_builder_tactics.cpp
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07: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(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
apply_tactic.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
assert_tactic.cpp
|
refactor(library): remove delayed_abstraction macro
|
2018-05-30 10:04:04 -07: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
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
cases_tactic.h
|
refactor(*): list<name> ==> obj_list<name>
|
2018-05-23 15:48:43 -07:00 |
|
change_tactic.cpp
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07:00 |
|
change_tactic.h
|
feat(library/init/meta): smt_tactic skeleton
|
2016-12-31 18:22:23 -08:00 |
|
clear_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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
|
chore(library): remove user attributes
|
2018-05-31 09:10:41 -07:00 |
|
congr_lemma_tactics.cpp
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
congr_lemma_tactics.h
|
feat(library/tactic): expose congr_lemmas
|
2016-06-22 19:17:08 -07:00 |
|
destruct_tactic.cpp
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07: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
|
refactor(kernel/expr): implement expr using runtime/object
|
2018-06-21 16:05:33 -07:00 |
|
dsimplify.h
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
elaborate.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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
|
refactor(kernel): move formatting stuff out of the kernel
|
2018-06-07 16:28:54 -07:00 |
|
elaborator_exception.h
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07:00 |
|
eqn_lemmas.cpp
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
eqn_lemmas.h
|
feat(library/tactic/eqn_lemmas): store flag indicating whether a declaration has only simple equation lemmas or not
|
2018-01-16 16:55:05 -08:00 |
|
eval.cpp
|
refactor(kernel/declaration): remove self_opt flag from reducibility hints
|
2018-06-22 09:02:50 -07:00 |
|
eval.h
|
feat(library/tactic): 'eval_expr' tactic skeleton
|
2016-10-03 16:26:28 -07:00 |
|
exact_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
exact_tactic.h
|
feat(library/tactic): add 'exact' tactic
|
2016-06-14 21:30:58 -07:00 |
|
fun_info_tactics.cpp
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08: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(kernel): fix terminology: "free_var" is actually a loose bound variable
|
2018-06-08 13:25:36 -07:00 |
|
generalize_tactic.h
|
feat(library/tactic): add 'generalize' tactic
|
2016-07-16 15:41:32 -04:00 |
|
gexpr.cpp
|
feat(util, kernel): add obj_list wrapper for Lean list objects, and use it to implement list of universe levels
|
2018-05-23 14:48:22 -07:00 |
|
gexpr.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
hsubstitution.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
hsubstitution.h
|
refactor(library/tactic): add hsubstitution module
|
2016-08-29 08:19:05 -07:00 |
|
induction_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
induction_tactic.h
|
refactor(*): list<name> ==> obj_list<name>
|
2018-05-23 15:48:43 -07:00 |
|
init_module.cpp
|
chore(library): remove user attributes
|
2018-05-31 09:10:41 -07:00 |
|
init_module.h
|
|
|
|
intro_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
intro_tactic.h
|
refactor(*): list<name> ==> obj_list<name>
|
2018-05-23 15:48:43 -07:00 |
|
kabstract.cpp
|
refactor(kernel/expr): implement expr using runtime/object
|
2018-06-21 16:05:33 -07:00 |
|
kabstract.h
|
refactor(frontends/lean,library/tactic/kabstract): remove add_key_equivalence command
|
2018-05-30 14:10:03 -07: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 |
|
revert_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
revert_tactic.h
|
feat(library/type_context): use context_cache interface
|
2018-02-21 15:04:20 -08:00 |
|
rewrite_tactic.cpp
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
rewrite_tactic.h
|
feat(library/init/meta/rewrite_tactic): improve rewrite tactic
|
2017-06-30 12:03:27 -07:00 |
|
simp_lemmas.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
simp_lemmas.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
simp_result.cpp
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
simp_result.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
simp_util.h
|
fix(library/tactic/simp_lemmas): avoid rewrite failure with more robust code
|
2018-02-27 10:59:51 -08:00 |
|
simplify.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
simplify.h
|
refactor(*): list<name> ==> obj_list<name>
|
2018-05-23 15:48:43 -07:00 |
|
subst_tactic.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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
|
chore(kernel): type_checker ==> old_type_checker
|
2018-06-06 16:10:40 -07:00 |
|
tactic_evaluator.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |
|
tactic_state.cpp
|
refactor(kernel/level): naming consistency
|
2018-06-22 10:29:56 -07:00 |
|
tactic_state.h
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07:00 |
|
unfold_tactic.cpp
|
refactor(*): use C++11 std::current_exception and std::rethrow_exception
|
2018-06-07 16:28:54 -07:00 |
|
unfold_tactic.h
|
chore(*): type_context ==> type_context_old
|
2018-03-05 12:38:24 -08:00 |