lean2/src/library/tactic
Leonardo de Moura fd60cf6a79 feat(library/tactic/exact_tactic): modify 'exact' tactic semantics, use higher-order unification
See new node.inj4 theorem, we need the extra power to be able to avoid type information at
    exact (assume e₁ e₂, e₁)
2014-10-26 10:27:33 -07:00
..
apply_tactic.cpp feat(library/tactic/apply_tactic): modify heuristic for adding arguments to apply tactic. 2014-10-23 22:36:32 -07:00
apply_tactic.h refactor(library/tactic): add auxiliary module 'library/tactic/elaborate' 2014-10-23 10:26:11 -07:00
CMakeLists.txt feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
elaborate.cpp feat(library/tactic/exact_tactic): modify 'exact' tactic semantics, use higher-order unification 2014-10-26 10:27:33 -07:00
elaborate.h feat(library/tactic/exact_tactic): modify 'exact' tactic semantics, use higher-order unification 2014-10-26 10:27:33 -07:00
exact_tactic.cpp feat(library/tactic/exact_tactic): modify 'exact' tactic semantics, use higher-order unification 2014-10-26 10:27:33 -07:00
exact_tactic.h refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -07:00
expr_to_tactic.cpp fix(library/tactic/expr_to_tactic): memory leak 2014-10-24 14:40:36 -07:00
expr_to_tactic.h refactor(library/tactic): add auxiliary module 'library/tactic/elaborate' 2014-10-23 10:26:11 -07:00
generalize_tactic.cpp feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
generalize_tactic.h feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
goal.cpp refactor(library/tactic/goal): remove unnecessary parameter 2014-10-23 21:22:52 -07:00
goal.h refactor(library/tactic/goal): remove unnecessary parameter 2014-10-23 21:22:52 -07:00
init_module.cpp feat(library/tactic): add generalize tactic, closes #34 2014-10-23 22:40:15 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
intros_tactic.cpp refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
intros_tactic.h refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
proof_state.cpp feat(library/tactic/proof_state): apply substitutions when pretty printing state 2014-10-14 17:37:20 -07:00
proof_state.h refactor(library/tactic): add auxiliary module 'library/tactic/elaborate' 2014-10-23 10:26:11 -07:00
register_module.h refactor(library/tactic): simplify tactic framework, no more proof builders 2014-07-01 16:11:19 -07:00
rename_tactic.cpp refactor(frontends/lean): remove dead code 2014-10-22 17:39:06 -07:00
rename_tactic.h refactor(frontends/lean): remove dead code 2014-10-22 17:39:06 -07:00
tactic.cpp refactor(library/tactic): move 'unfold' tactic to separate module 2014-10-23 10:26:19 -07:00
tactic.h refactor(library/tactic): move 'unfold' tactic to separate module 2014-10-23 10:26:19 -07:00
trace_tactic.cpp refactor(library/tactic): move 'tracing' tactics to separate module 2014-10-22 14:12:45 -07:00
trace_tactic.h refactor(library/tactic): move 'tracing' tactics to separate module 2014-10-22 14:12:45 -07:00
unfold_tactic.cpp refactor(library/tactic/unfold_tactic): use new 'tactic.expr' to implement 'unfold' tactic 2014-10-23 10:26:19 -07:00
unfold_tactic.h refactor(library/tactic): move 'unfold' tactic to separate module 2014-10-23 10:26:19 -07:00
util.cpp fix(library/tactic): add missing file 2014-10-23 14:04:12 -07:00
util.h fix(library/tactic): add missing file 2014-10-23 14:04:12 -07:00