lean2/src/library/tactic
Leonardo de Moura d258a4b7b8 feat(library/tactic): add repeat and repeat_at_most tacticals
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-22 16:39:25 -08:00
..
assignment.h feat(library/tactic): add tactic framework APIs 2013-11-20 17:19:05 -08:00
CMakeLists.txt feat(library/tactic): add 'idtac' tactic and 'then' tactical 2013-11-21 17:29:06 -08:00
goal.cpp feat(library/tactic): add pretty printer for goal and proof_state objects, add solve method for tactics, add trivial example 2013-11-21 17:29:06 -08:00
goal.h feat(library/tactic): add pretty printer for goal and proof_state objects, add solve method for tactics, add trivial example 2013-11-21 17:29:06 -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 refactor(library/tactic): simplify tactic framework, add orelse and try_for combinators/tacticals 2013-11-22 15:46:43 -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 repeat and repeat_at_most tacticals 2013-11-22 16:39:25 -08:00
tactic.h feat(library/tactic): add repeat and repeat_at_most tacticals 2013-11-22 16:39:25 -08:00
tactic_exception.h refactor(library/tactic): simplify tactic framework, add orelse and try_for combinators/tacticals 2013-11-22 15:46:43 -08:00