lean2/src/library/tactic
Leonardo de Moura 516c0c73b9 refactor(*): remove dependency to thread_local C++11 keyword, the
current compilers have several bugs associated with it

We use the simpler __thread (gcc and clang) and
__declspec(thread) (visual studio).
2014-09-24 12:51:04 -07:00
..
apply_tactic.cpp refactor(library/unifier): add option m_discard too unifier, if m_discard == false, then unsolved flex-flex constraints are returned, the unifier also does not apply "last resource" techniques that may miss many solutions. 2014-09-11 14:49:35 -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 refactor(library/tactic): explicit initialization/finalization 2014-09-23 10:06:15 -07:00
expr_to_tactic.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
expr_to_tactic.h refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -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
init_module.cpp refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
proof_state.cpp refactor(library/tactic): explicit initialization/finalization 2014-09-23 10:06:15 -07:00
proof_state.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
register_module.h refactor(library/tactic): simplify tactic framework, no more proof builders 2014-07-01 16:11:19 -07:00
tactic.cpp feat(frontends/lean): rename '[fact]' to '[visible]' 2014-09-08 07:47:42 -07:00
tactic.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00