lean2/src/library/tactic
Leonardo de Moura 0390f3c39b feat(library/tactic/boolean_tactics): avoid unnecessary Let expression in proof terms
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 15:01:54 -08:00
..
apply_tactic.cpp feat(library/tactic): use _tac suffix instead of _tactic like Isabelle 2013-12-05 20:06:32 -08:00
apply_tactic.h feat(library/tactic): add apply_tactic 2013-12-05 03:22:12 -08:00
assignment.h feat(library/tactic): add tactic framework APIs 2013-11-20 17:19:05 -08:00
boolean_tactics.cpp feat(library/tactic/boolean_tactics): avoid unnecessary Let expression in proof terms 2013-12-06 15:01:54 -08:00
boolean_tactics.h refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
cex_builder.cpp feat(library/tactic): add focus tactical 2013-11-30 11:28:38 -08:00
cex_builder.h feat(library/tactic): add focus tactical 2013-11-30 11:28:38 -08:00
CMakeLists.txt refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
goal.cpp chore(*): replace to_expr with to_nonnull_expr (when appropriate) 2013-12-03 12:53:53 -08:00
goal.h chore(*): use 'explicit operator bool' everywhere. 2013-12-02 23:02:45 -08:00
proof_builder.cpp chore(*): replace to_expr with to_nonnull_expr (when appropriate) 2013-12-03 12:53:53 -08:00
proof_builder.h refactor(library/tactic): remove duplicate code, add add_proofs 2013-12-01 07:55:01 -08:00
proof_state.cpp feat(library/tactic/proof_state): add option tactic::proof_state::goal_names 2013-12-05 21:18:22 -08:00
proof_state.h feat(library/tactic): add disj_tactic 2013-12-05 04:49:06 -08:00
register_module.h refactor(library/tactic): rename boolean.* to boolean_tactics.* 2013-12-05 05:03:18 -08:00
tactic.cpp feat(library/tactic): use _tac suffix instead of _tactic like Isabelle 2013-12-05 20:06:32 -08:00
tactic.h chore(*): use 'explicit operator bool' everywhere. 2013-12-02 23:02:45 -08:00