lean2/src/library
Leonardo de Moura 611f29a954 chore(library/elaborator): remove dead code
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-22 16:35:00 -07:00
..
error_handling refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
rewriter refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -08:00
simplifier fix(library/simplifier): bug using congr1 theorem 2014-02-09 16:24:29 -08:00
tactic chore(*): remove Lua 'migrate' 2014-06-18 07:01:34 -07:00
aliases.cpp feat(frontends/lean/parser): add namespace/section/end commands, add support for explicit universe levels, fix Type notation' 2014-06-13 11:34:43 -07:00
aliases.h feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment 2014-06-13 08:26:05 -07:00
bin_app.cpp feat(library/bin_app): add simpler is_bin_app predicate 2014-05-15 13:53:11 -07:00
bin_app.h feat(library/bin_app): add simpler is_bin_app predicate 2014-05-15 13:53:11 -07:00
choice.cpp feat(library): add choice expressions 2014-06-11 14:35:34 -07:00
choice.h feat(library): add choice expressions 2014-06-11 14:35:34 -07:00
CMakeLists.txt feat(library): add unifier module skeleton 2014-06-21 13:38:17 -07:00
coercion.cpp feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
coercion.h feat(library/coercion): improve get_user_coercions API 2014-05-25 11:35:47 -07:00
decl_macros.h refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive 2014-06-07 10:18:36 -07:00
deep_copy.cpp refactor(library/deep_copy): use replace to implement deep_copy 2014-06-11 14:35:34 -07:00
deep_copy.h refactor(kernel): move shallow copy function to library 2014-05-17 11:20:24 -07:00
expr_lt.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
expr_lt.h feat(library/expr_lt): add expr_quick_cmp functional object 2014-05-29 13:34:16 -07:00
expr_pair.h feat(library/expr_lt): add lex comparison for expression pairs 2014-06-17 12:14:22 -07:00
expr_pair_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
hop_match.cpp refactor(kernel): add heterogeneous equality back to expr 2014-02-07 10:28:10 -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.cpp feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
io_state.h feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
io_state_stream.cpp refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
io_state_stream.h refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -07:00
kernel_bindings.cpp refactor(kernel/constraint): rename: level constraints are also equality constraints 2014-06-22 10:50:47 -07:00
kernel_bindings.h fix(library/kernel_bindings): set_environment and set_io_state objects 2014-06-17 22:36:47 -07:00
kernel_serializer.cpp fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
kernel_serializer.h fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
level_names.cpp chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params 2014-06-02 16:20:34 -07:00
level_names.h fix(library/scope): make sure the local universe names do not conflict with universe parameter names when close a section, add declaration parameter name sanitizers 2014-06-02 15:39:57 -07:00
locals.cpp feat(frontends/lean/builtin_cmds): add 'variable' command family 2014-06-13 15:13:50 -07:00
locals.h feat(frontends/lean/builtin_cmds): add 'variable' command family 2014-06-13 15:13:50 -07:00
max_sharing.cpp chore(kernel): binder => binding where appropriate 2014-05-17 11:37:27 -07:00
max_sharing.h refactor(kernel): move max_sharing to library 2014-05-17 11:15:08 -07:00
module.cpp fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
module.h feat(library/aliases): add 'exceptions' and support for universes to add_aliases procedure, add for_each_universe method to environment 2014-06-13 08:26:05 -07:00
normalize.cpp fix(library/normalize): bug in normalize 2014-05-20 11:53:58 -07:00
normalize.h feat(library): add simple normalization procedure 2014-05-20 09:40:30 -07:00
occurs.cpp refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
occurs.h refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
parser_nested_exception.h refactor(*): error messages 2014-01-13 16:54:21 -08:00
placeholder.cpp feat(library/placeholder): allow types to be attached to placeholders 2014-06-16 14:35:55 -07:00
placeholder.h feat(library/placeholder): allow types to be attached to placeholders 2014-06-16 14:35:55 -07:00
private.cpp feat(frontends/lean/builtin_cmds): add definition command family 2014-06-13 17:30:35 -07:00
private.h feat(frontends/lean/builtin_cmds): add definition command family 2014-06-13 17:30:35 -07:00
register_module.h fix(library/register_module): missing open_unifier 2014-06-22 10:01:51 -07:00
resolve_macro.cpp refactor(*): replace LEAN_THREAD_LOCAL with MK_THREAD_LOCAL_GET, the new macro uses the Boost thread_local_ptr instead of 'thread_local' directive 2014-06-07 10:18:36 -07:00
resolve_macro.h feat(library/resolve_macro.cpp): add macro to encode propositional resolution proofs compactly 2014-05-15 13:53:11 -07:00
scoped_ext.cpp feat(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
scoped_ext.h feat(library): new scoping framework 2014-06-12 19:33:02 -07:00
shared_environment.cpp chore(*): replace unique_lock with lock_guard when we do not need to use conditional variables 2014-06-07 20:55:25 -07:00
shared_environment.h perf(library/shared_environment): replace shared_mutex with simple mutex, the shared_mutex is just overhead and impacts negatively on performance tests 2014-05-27 08:34:44 -07:00
unifier.cpp feat(library/unifier): add unifier_plugin support, and unit test with plugin implemented using Lua 2014-06-22 16:27:04 -07:00
unifier.h feat(library): add unifier module skeleton 2014-06-21 13:38:17 -07:00
unsolved_metavar_exception.h feat(frontends/lean): improve error message for expressions containing unsolved metavariables 2014-01-13 13:21:44 -08:00
update_declaration.cpp chore(kernel/declaration): rename declaration::get_params to declaration::get_univ_params 2014-06-02 16:20:34 -07:00
update_declaration.h feat(library): add helper functions for 'updating' declarations 2014-06-02 15:13:38 -07:00