lean2/src/library
Leonardo de Moura 1176093afa refactor(library/simplifier): simplifier should only use homogeneous equalities
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-15 14:58:32 -08:00
..
arith feat(builtin): prove strong induction theorem, add < theorems 2014-01-10 18:46:33 -08:00
elaborator fix(library/elaborator): missing condition 2014-01-15 14:11:36 -08:00
error_handling refactor(*): error messages 2014-01-13 16:54:21 -08:00
rewriter feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
simplifier refactor(library/simplifier): simplifier should only use homogeneous equalities 2014-01-15 14:58:32 -08:00
tactic feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -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 feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
CMakeLists.txt feat(library): add if_then_else Lean/C++ interface 2014-01-14 16:10:49 -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 feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
deep_copy.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
eq_heq.cpp feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
eq_heq.h feat(builtin/Nat): multiplication axioms and theorems 2014-01-01 21:32:07 -08:00
expr_lt.cpp feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -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 feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -08:00
fo_unify.h feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
hop_match.cpp fix(library/hop_match): bugs in the higher-order matching procedure, add more tests 2014-01-14 14:37:28 -08:00
hop_match.h fix(library/hop_match): in locally bound variable management 2014-01-13 18:06:23 -08:00
if_then_else_decls.cpp feat(library): add if_then_else Lean/C++ interface 2014-01-14 16:10:49 -08:00
if_then_else_decls.h feat(library): add if_then_else Lean/C++ interface 2014-01-14 16:10:49 -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
ite.cpp feat(kernel): expose imported predicate 2014-01-14 16:41:40 -08:00
ite.h feat(library/simplifier): add to_ceqs function that converts a theorem into a sequence of conditional equations 2014-01-14 18:30:19 -08:00
kernel_bindings.cpp fix(kernel/type_checker): is_proposition method was still assuming that a Pi never has type Bool 2014-01-15 11:02:52 -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 feat(builtin): automatically generate Lean/C++ interface for builtin theories 2014-01-09 18:09:53 -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 feat(kernel): expose imported predicate 2014-01-14 16:41:40 -08:00
substitution.cpp feat(kernel/replace_fn): add template replace that captures commonly used pattern 2013-12-17 18:31:59 -08:00
substitution.h refactor(kernel/metavar_env): use the same approach used in the class environment in the class metavar_env 2013-12-13 18:59:15 -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