lean2/src/library
Leonardo de Moura 110ca84984 feat(library/simplifier): allow the user to associate a simplifier monitor with the lua_State object
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-31 13:49:24 -08:00
..
arith feat(library/simplifier): cast elimination in the simplifier 2014-01-23 17:28:14 -08:00
elaborator feat(library/elaborator): use equality constraints instead of convertability constraints on definitions 2014-01-30 14:13:21 -08:00
error_handling refactor(*): error messages 2014-01-13 16:54:21 -08:00
rewriter fix(library/rewriter): warning in release mode 2014-01-17 15:46:49 -08:00
simplifier 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 feat(library/simplifier): allow the user to associate a simplifier monitor with the lua_State object 2014-01-31 13:49:24 -08:00
bin_op.cpp refactor(kernel/builtin): emove mk_bin_rop and mk_bin_lop to library 2013-12-29 15:23:18 -08:00
bin_op.h chore(kernel): file name convention 2014-01-15 20:06:29 -08:00
cast_decls.cpp feat(library/simplifier): cast elimination in the simplifier 2014-01-23 17:28:14 -08:00
cast_decls.h feat(library/simplifier): cast elimination in the simplifier 2014-01-23 17:28:14 -08:00
CMakeLists.txt refactor(builtin/kernel): define if-then-else using Hilbert's operator 2014-01-30 19:28:42 -08:00
context_to_lambda.cpp feat(kernel/expr): add some_expr and none_expr for building values of type optional<expr> 2013-12-08 10:34:38 -08:00
context_to_lambda.h refactor(kernel/expr): remove 'null' expression, and operator bool for expression 2013-12-07 23:21:10 -08:00
deep_copy.cpp refactor(kernel): remove heterogeneous equality 2014-01-16 17:39:12 -08:00
deep_copy.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
equality.cpp fix(tests/lean): adjust tests 2014-01-17 19:27:32 -08:00
equality.h refactor(builtin/kernel): use iff instead of = for Booleans 2014-01-16 02:05:09 -08:00
expr_lt.cpp fix(library/expr_lt): use expression depth instead of size to obtain a monotonic total order on terms 2014-01-20 17:40:49 -08:00
expr_lt.h feat(expr_lt): improve expr_lt performance by using hash codes, and add more tests 2013-09-25 21:59:58 -07:00
expr_pair.h feat(kernel/expr): add hash code based on allocation time 2013-11-14 02:43:11 -08:00
expr_pair_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
fo_unify.cpp refactor(kernel): remove heterogeneous equality 2014-01-16 17:39:12 -08:00
fo_unify.h feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
heq_decls.cpp fix(library/simplifier): include flag indicating if the proof generated by simplifier is a homogenous or heterogenous equality, use flag to fix bug in the simp_tactic 2014-01-29 12:01:01 -08:00
heq_decls.h fix(library/simplifier): include flag indicating if the proof generated by simplifier is a homogenous or heterogenous equality, use flag to fix bug in the simp_tactic 2014-01-29 12:01:01 -08:00
hop_match.cpp feat(library/simplifier): make sure the simplifier can handle meta-variables 2014-01-28 20:30:47 -08:00
hop_match.h feat(library/simplifier): make sure the simplifier can handle meta-variables 2014-01-28 20:30:47 -08:00
io_state_stream.cpp refactor(kernel): move printer to library, cleanup io_state interface 2014-01-02 13:37:50 -08:00
io_state_stream.h refactor(kernel/io_state): move io_state_stream to library 2014-01-02 13:14:21 -08:00
kernel_bindings.cpp fix(library/expr_lt): use expression depth instead of size to obtain a monotonic total order on terms 2014-01-20 17:40:49 -08:00
kernel_bindings.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
parser_nested_exception.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
placeholder.cpp fix(frontends/lean/parser): fix deadlock in macro parser 2013-12-19 21:40:00 -08:00
placeholder.h fix(frontends/lean/parser): fix deadlock in macro parser 2013-12-19 21:40:00 -08:00
printer.cpp refactor(kernel): remove heterogeneous equality 2014-01-16 17:39:12 -08:00
printer.h refactor(kernel): move printer to library, cleanup io_state interface 2014-01-02 13:37:50 -08:00
register_module.h refactor(builtin/kernel): define if-then-else using Hilbert's operator 2014-01-30 19:28:42 -08:00
substitution.cpp refactor(kernel): use ro_metavar_env instead of metavar_env in places where we only need to read the metavariable environment 2014-01-27 16:44:43 -08:00
substitution.h refactor(kernel): use ro_metavar_env instead of metavar_env in places where we only need to read the metavariable environment 2014-01-27 16:44:43 -08:00
unsolved_metavar_exception.h feat(frontends/lean): improve error message for expressions containing unsolved metavariables 2014-01-13 13:21:44 -08:00