lean2/src/library
Leonardo de Moura 0390f3c39b feat(library/tactic/boolean_tactics): avoid unnecessary Let expression in proof terms
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-06 15:01:54 -08:00
..
all feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
arith feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
cast feat(kernel/environment): track which modules were already imported 2013-11-17 18:15:44 -08:00
elaborator fix(library/elaborator): strength elaborator procedure for handling equality and convertability constraints 2013-12-06 13:04:34 -08:00
rewriter chore(*): consistent file name convention 2013-12-03 12:40:52 -08:00
tactic feat(library/tactic/boolean_tactics): avoid unnecessary Let expression in proof terms 2013-12-06 15:01:54 -08:00
basic_thms.cpp feat(library/tactic): add unfold tactic 2013-12-01 08:51:56 -08:00
basic_thms.h feat(library/tactic): add absurd_tactic 2013-12-01 07:55:00 -08:00
CMakeLists.txt feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
context_to_lambda.cpp Add support for creating unique internal names. 2013-09-24 11:01:30 -07:00
context_to_lambda.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
deep_copy.cpp feat(kernel/expr): add new mk_app template for creating applications using a collection 2013-10-27 08:53:58 -07:00
deep_copy.h Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
expr_lt.cpp fix(library/expr_lt): fix bug when using hash codes 2013-11-14 13:18:33 -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
fo_unify.cpp feat(library/fo_unify): unify heterogeneous - homogeneous equality 2013-12-05 19:00:31 -08:00
fo_unify.h feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
hidden_defs.cpp feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
hidden_defs.h feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
io_state.cpp refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
io_state.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
kernel_bindings.cpp feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
kernel_bindings.h feat(library/hidden_defs): hidden definitions are just hints for tactics and solvers 2013-12-01 10:27:27 -08:00
max_sharing.cpp feat(kernel): add (optional) field m_type to expr_const, this field is useful for implementing the tactic framework 2013-11-19 11:21:52 -08:00
max_sharing.h Use consistent naming conventions 2013-09-17 14:43:07 -07:00
placeholder.cpp feat(frontends/lean): allow 'tactic hints' to be associated with 'holes' 2013-12-06 14:49:39 -08:00
placeholder.h feat(frontends/lean): allow 'tactic hints' to be associated with 'holes' 2013-12-06 14:49:39 -08:00
register_module.h feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
substitution.cpp chore(*): replace to_expr with to_nonnull_expr (when appropriate) 2013-12-03 12:53:53 -08:00
substitution.h feat(library/fo_unify): first order unification 2013-12-03 12:21:21 -08:00
type_inferer.cpp fix(kernel/type_checker): Pi with metavariables case 2013-12-06 13:07:59 -08:00
type_inferer.h refactor(bindings/lua): move Lua bindings to the file associated with them 2013-11-26 19:15:56 -08:00
update_expr.cpp feat(library/tactic): add unfold_tactic() that unfolds every non-hidden definition 2013-12-01 10:41:05 -08:00
update_expr.h feat(library/tactic): add unfold_tactic() that unfolds every non-hidden definition 2013-12-01 10:41:05 -08:00