refactor(library/standard_kernel): move standard kernel into kernel
This commit is contained in:
parent
f3b9439029
commit
2f07bf352c
8 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include "kernel/environment.h"
|
||||
#include "library/standard_kernel.h"
|
||||
#include "kernel/standard_kernel.h"
|
||||
#include "library/module.h"
|
||||
#include "api/decl.h"
|
||||
#include "api/string.h"
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ replace_fn.cpp free_vars.cpp abstract.cpp instantiate.cpp
|
|||
formatter.cpp declaration.cpp environment.cpp pos_info_provider.cpp
|
||||
type_checker.cpp error_msgs.cpp kernel_exception.cpp
|
||||
normalizer_extension.cpp init_module.cpp expr_cache.cpp
|
||||
equiv_manager.cpp abstract_type_context.cpp)
|
||||
equiv_manager.cpp abstract_type_context.cpp standard_kernel.cpp)
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ add_library(library OBJECT deep_copy.cpp expr_lt.cpp io_state.cpp
|
|||
io_state_stream.cpp bin_app.cpp constants.cpp kernel_serializer.cpp
|
||||
max_sharing.cpp shared_environment.cpp module.cpp
|
||||
private.cpp placeholder.cpp aliases.cpp
|
||||
update_declaration.cpp scoped_ext.cpp standard_kernel.cpp sorry.cpp replace_visitor.cpp
|
||||
update_declaration.cpp scoped_ext.cpp sorry.cpp replace_visitor.cpp
|
||||
explicit.cpp num.cpp string.cpp head_map.cpp
|
||||
class.cpp util.cpp print.cpp annotation.cpp quote.cpp
|
||||
typed_expr.cpp protected.cpp reducible.cpp init_module.cpp
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Author: Leonardo de Moura
|
|||
#include "library/unfold_macros.h"
|
||||
#include "kernel/type_checker.h"
|
||||
#include "kernel/inductive/inductive.h"
|
||||
#include "library/standard_kernel.h"
|
||||
#include "kernel/standard_kernel.h"
|
||||
#include "library/module.h"
|
||||
#include "library/projection.h"
|
||||
#include "library/util.h"
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@ Author: Leonardo de Moura
|
|||
#include "library/st_task_queue.h"
|
||||
#include "library/mt_task_queue.h"
|
||||
#include "library/module_mgr.h"
|
||||
#include "library/standard_kernel.h"
|
||||
#include "kernel/standard_kernel.h"
|
||||
#include "library/module.h"
|
||||
#include "library/type_context.h"
|
||||
#include "library/io_state_stream.h"
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ Author: Leonardo de Moura
|
|||
#include "library/module_mgr.h"
|
||||
#include "library/st_task_queue.h"
|
||||
#include "library/module.h"
|
||||
#include "library/standard_kernel.h"
|
||||
#include "kernel/standard_kernel.h"
|
||||
#include "library/type_context.h"
|
||||
#include "frontends/lean/pp.h"
|
||||
#include "frontends/lean/parser.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue