lean4-htt/src/library/tactic
Leonardo de Moura 3e1bb96935 feat(library/tactic/goal): propagate tag (for position information) from goal to subgoal
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-02 14:47:18 -07:00
..
apply_tactic.cpp feat(frontends/parser): improve error message when an apply tactic refers a local constant that is not marked as [fact] 2014-07-02 14:09:01 -07:00
apply_tactic.h feat(library/tactic): add apply tactic 2014-06-29 18:33:53 -07:00
CMakeLists.txt feat(library/tactic): add trick for 'embedding' tactics inside Lean expressions 2014-07-01 19:05:22 -07:00
expr_to_tactic.cpp feat(library/tactic): expose 'trace' tactic 2014-07-02 10:52:45 -07:00
expr_to_tactic.h feat(frontends/parser): improve error message when an apply tactic refers a local constant that is not marked as [fact] 2014-07-02 14:09:01 -07:00
goal.cpp feat(library/tactic/goal): propagate tag (for position information) from goal to subgoal 2014-07-02 14:47:18 -07:00
goal.h refactor(library/tactic): simplify tactic framework, no more proof builders 2014-07-01 16:11:19 -07:00
proof_state.cpp feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics 2014-07-01 20:43:53 -07:00
proof_state.h feat(frontends/lean): remove build_tactic_cmds, and use expressions for representing tactics 2014-07-01 20:43:53 -07:00
register_module.h refactor(library/tactic): simplify tactic framework, no more proof builders 2014-07-01 16:11:19 -07:00
simplify_tactic.cpp refactor(builtin): remove dead module heq 2014-02-04 14:42:28 -08:00
simplify_tactic.h feat(library/simplifier): allow the user to associate a simplifier monitor with the lua_State object 2014-01-31 13:49:24 -08:00
tactic.cpp feat(frontends/parser): improve error message when an apply tactic refers a local constant that is not marked as [fact] 2014-07-02 14:09:01 -07:00
tactic.h feat(frontends/parser): improve error message when an apply tactic refers a local constant that is not marked as [fact] 2014-07-02 14:09:01 -07:00