lean2/src/library/tactic
Leonardo de Moura 060093cbab refactor(library): add type_util module, and move get_expect_num_args to it
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-03 08:40:03 -07:00
..
apply_tactic.cpp refactor(library): add type_util module, and move get_expect_num_args to it 2014-09-03 08:40:03 -07:00
apply_tactic.h fix(*): make sure elaborator and type_checker use the same "rules" for treating opaque definitions 2014-07-27 12:12:54 -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 refactor(kernel): move annotation to library 2014-08-22 10:38:10 -07:00
expr_to_tactic.h feat(frontends/lean): change 'proof-qed' semantics: no backtracking 2014-08-12 17:40:30 -07:00
goal.cpp refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
goal.h refactor(kernel/formatter): add formatter_factory, and simplify formatter interface 2014-07-10 18:32:00 +01:00
proof_state.cpp refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
proof_state.h refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -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 refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
tactic.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00