lean4-htt/src/kernel
Leonardo de Moura 62788a9ca3 refactor(kernel): fix terminology: "free_var" is actually a loose bound variable
We represent free variables uisng local constants.
We will fix this terminology too.
2018-06-08 13:25:36 -07:00
..
inductive refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
abstract.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
abstract.h chore(kernel/abstract): add LEGACY comment 2018-06-07 16:28:54 -07:00
abstract_type_context.cpp chore(kernel/abstract_type_context): remove dead method abstract_type_context::abstract 2018-06-07 16:28:54 -07:00
abstract_type_context.h chore(kernel/abstract_type_context): remove dead method abstract_type_context::abstract 2018-06-07 16:28:54 -07:00
cache_stack.h chore(kernel/cache_stack): compilation warning 2018-05-22 09:46:00 -07:00
CMakeLists.txt refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
declaration.cpp refactor(kernel): use m_meta instead of m_trusted 2018-05-31 11:18:00 -07:00
declaration.h refactor(kernel): use m_meta instead of m_trusted 2018-05-31 11:18:00 -07:00
environment.cpp feat(kernel): distinguish kernel_exceptions using different classes 2018-06-07 16:28:54 -07:00
environment.h chore(kernel): type_checker ==> old_type_checker 2018-06-06 16:10:40 -07:00
equiv_manager.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
equiv_manager.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
expr.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
expr.h refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
expr_cache.cpp refactor(kernel): add expr_cache 2015-02-03 14:59:55 -08:00
expr_cache.h refactor(kernel): add expr_cache 2015-02-03 14:59:55 -08:00
expr_eq_fn.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
expr_eq_fn.h feat(library/type_context): allow us to control whether binder information is taken into account or not when caching type information 2016-08-01 16:34:07 -07:00
expr_maps.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
expr_pair.h chore(kernel): remove m_hash_alloc field from expressions 2018-04-09 10:05:56 -07:00
expr_sets.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
find_fn.h refactor(kernel/find_fn): simplify find_fn module 2014-07-23 18:09:58 -07:00
for_each_fn.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
for_each_fn.h refactor(kernel/for_each_fn): simplify module interface 2014-07-23 18:16:41 -07:00
inductive.cpp refactor(kernel): remove tag from kernel expressions 2018-06-08 10:29:22 -07:00
init_module.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
instantiate.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
instantiate.h feat(kernel/instantiate): add helper function 2016-08-14 16:16:03 -07:00
kernel_exception.h feat(kernel): distinguish kernel_exceptions using different classes 2018-06-07 16:28:54 -07:00
level.cpp chore(runtime/serializer): compilation warning 2018-05-29 08:04:42 -07:00
level.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
local_ctx.cpp feat(kernel): add local_ctx 2018-06-06 15:24:10 -07:00
local_ctx.h feat(kernel): add local_ctx 2018-06-06 15:24:10 -07:00
normalizer_extension.cpp feat(msvc): further work on MSVC compatibility 2018-02-06 10:11:09 -08:00
normalizer_extension.h feat(msvc): further work on MSVC compatibility 2018-02-06 10:11:09 -08:00
old_type_checker.cpp refactor(kernel): fix terminology: "free_var" is actually a loose bound variable 2018-06-08 13:25:36 -07:00
old_type_checker.h feat(kernel): distinguish kernel_exceptions using different classes 2018-06-07 16:28:54 -07:00
quot.cpp chore(kernel): type_checker ==> old_type_checker 2018-06-06 16:10:40 -07:00
quot.h refactor(kernel): remove quotitent normalizer extension 2018-06-01 10:52:17 -07:00
replace_fn.cpp chore(kernel): remove m_hash_alloc field from expressions 2018-04-09 10:05:56 -07:00
replace_fn.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
standard_kernel.cpp feat(kernel): preparing for adding new inductive datatype module 2018-06-01 14:47:49 -07:00
standard_kernel.h refactor(library/standard_kernel): move standard kernel into kernel 2017-01-31 09:39:31 +01:00