lean2/src/library/tactic
Leonardo de Moura e95c7c5f70 refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-10-22 17:29:50 -07:00
..
apply_tactic.cpp feat(library/tactic): add new approach for embedding non-elaborated expressions into tactics 2014-10-22 17:29:50 -07:00
apply_tactic.h refactor(library/tactic): move rename_tactic to separate module 2014-10-20 17:41:40 -07:00
CMakeLists.txt refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -07:00
exact_tactic.cpp refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -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 refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
expr_to_tactic.h refactor(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
goal.cpp feat(library/tactic/proof_state): apply substitutions when pretty printing state 2014-10-14 17:37:20 -07:00
goal.h feat(library/tactic/proof_state): apply substitutions when pretty printing state 2014-10-14 17:37:20 -07:00
init_module.cpp refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -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 feat(library/tactic): add 'intros' tactic 2014-10-20 15:26:16 -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(library/tactic/rename_tactic): use new 'tactic.expr' to implement 'intro/intros' tactic 2014-10-22 17:29:50 -07:00
rename_tactic.h refactor(library/tactic): move rename_tactic to separate module 2014-10-20 17:41:40 -07:00
tactic.cpp refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -07:00
tactic.h refactor(library/tactic): move 'exact' tactic to separate module 2014-10-22 17:29:44 -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