lean4-htt/src/library/tactic
Leonardo de Moura dae86c2ffa feat(frontends/lean/parser): add basic tactic support in the frontend
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-28 21:08:12 -08:00
..
assignment.h feat(library/tactic): add tactic framework APIs 2013-11-20 17:19:05 -08:00
boolean.cpp feat(library/tactic): expose conj_tactic, imp_tactic, conj_hyp_tactic in the Lua API 2013-11-28 18:17:15 -08:00
boolean.h feat(library/tactic): expose conj_tactic, imp_tactic, conj_hyp_tactic in the Lua API 2013-11-28 18:17:15 -08:00
cex_builder.cpp chore(*): fix cygwin compilation errors 2013-11-28 13:49:18 -08:00
cex_builder.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
CMakeLists.txt refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
goal.cpp feat(frontends/lean/parser): add basic tactic support in the frontend 2013-11-28 21:08:12 -08:00
goal.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
proof_builder.cpp chore(*): fix cygwin compilation errors 2013-11-28 13:49:18 -08:00
proof_builder.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
proof_state.cpp feat(frontends/lean/parser): add basic tactic support in the frontend 2013-11-28 21:08:12 -08:00
proof_state.h feat(frontends/lean/parser): add basic tactic support in the frontend 2013-11-28 21:08:12 -08:00
register_module.h feat(library/tactic): expose conj_tactic, imp_tactic, conj_hyp_tactic in the Lua API 2013-11-28 18:17:15 -08:00
tactic.cpp feat(library/tactic): modify assumption_tactic, it should fail if not applicable, and TRY tactical 2013-11-28 18:23:38 -08:00
tactic.h feat(library/tactic): expose tactics in the Lua API 2013-11-27 17:47:29 -08:00