chore(library/compiler): util.* ==> old_util.*
This commit is contained in:
parent
f0e24e73f4
commit
81067d355d
12 changed files with 10 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
add_library(compiler OBJECT util.cpp eta_expansion.cpp preprocess.cpp
|
||||
add_library(compiler OBJECT old_util.cpp eta_expansion.cpp preprocess.cpp
|
||||
compiler_step_visitor.cpp elim_recursors.cpp comp_irrelevant.cpp
|
||||
inliner.cpp erase_irrelevant.cpp reduce_arity.cpp
|
||||
lambda_lifting.cpp simp_inductive.cpp nat_value.cpp
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
|
|||
Author: Leonardo de Moura
|
||||
*/
|
||||
#include "library/annotation.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ Author: Leonardo de Moura
|
|||
#include "library/module.h"
|
||||
#include "library/util.h"
|
||||
#include "library/trace.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/procedure.h"
|
||||
#include "library/compiler/comp_irrelevant.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Author: Leonardo de Moura
|
|||
#include "library/string.h"
|
||||
#include "library/constants.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/nat_value.h"
|
||||
#include "library/compiler/comp_irrelevant.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Author: Leonardo de Moura
|
|||
#include "library/projection.h"
|
||||
#include "library/aux_recursors.h"
|
||||
#include "library/sorry.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
#include "library/compiler/comp_irrelevant.h"
|
||||
#include "library/compiler/eta_expansion.h"
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ Author: Leonardo de Moura
|
|||
#include "kernel/replace_fn.h"
|
||||
#include "library/sorry.h"
|
||||
#include "library/equations_compiler/util.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/procedure.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Author: Leonardo de Moura
|
|||
#include "library/trace.h"
|
||||
#include "library/attribute_manager.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
|
||||
namespace lean {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ Author: Leonardo de Moura
|
|||
#include "library/module.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/sorry.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/erase_irrelevant.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
#include "library/compiler/procedure.h"
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ Author: Leonardo de Moura
|
|||
#include "library/context_cache.h"
|
||||
#include "library/module.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/preprocess.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
#include "library/compiler/comp_irrelevant.h"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ Author: Leonardo de Moura
|
|||
#include "library/projection.h"
|
||||
#include "library/constants.h"
|
||||
#include "library/vm/vm.h"
|
||||
#include "library/compiler/util.h"
|
||||
#include "library/compiler/old_util.h"
|
||||
#include "library/compiler/erase_irrelevant.h"
|
||||
#include "library/compiler/compiler_step_visitor.h"
|
||||
#include "library/compiler/procedure.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue