lean2/src/library/tactic
Leonardo de Moura d75bd2ae98 feat(library/tactic/proof_state): remove goal name when pretty printing the proof state
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-24 20:22:47 -08:00
..
assignment.h feat(library/tactic): add tactic framework APIs 2013-11-20 17:19:05 -08:00
boolean.cpp feat(library/tactic): add conj_tactic and imp_tactic 2013-11-24 16:29:04 -08:00
boolean.h feat(library/tactic): add conj_tactic and imp_tactic 2013-11-24 16:29:04 -08:00
CMakeLists.txt feat(library/tactic): add conj_tactic and imp_tactic 2013-11-24 16:29:04 -08:00
goal.cpp feat(library/tactic): add conj_tactic and imp_tactic 2013-11-24 16:29:04 -08:00
goal.h feat(library/tactic): add conj_tactic and imp_tactic 2013-11-24 16:29:04 -08:00
proof_builder.cpp feat(library/tactic): add 'idtac' tactic and 'then' tactical 2013-11-21 17:29:06 -08:00
proof_builder.h refactor(library/tactic): simplify tactic framework, add orelse and try_for combinators/tacticals 2013-11-22 15:46:43 -08:00
proof_state.cpp feat(library/tactic/proof_state): remove goal name when pretty printing the proof state 2013-11-24 20:22:47 -08:00
proof_state.h refactor(library/tactic): remove justification_builder 2013-11-21 17:29:06 -08:00
tactic.cpp feat(library/tactic): add trace_state_tactic 2013-11-24 16:44:02 -08:00
tactic.h feat(library/tactic): add trace_state_tactic 2013-11-24 16:44:02 -08:00