lean4-htt/src/kernel
Leonardo de Moura cf49e6fe8f fix: binder name
Binder names are relevant for the `induction` tactic.
2021-08-26 11:11:37 -07:00
..
abstract.cpp chore: fix assertion 2020-11-02 06:22:46 -08:00
abstract.h chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08:00
cache_stack.h chore: fix includes 2020-05-22 14:17:25 -07:00
CMakeLists.txt feat(frontends/lean/vm_elaborator): port to new runtime 2019-02-14 14:07:05 -08:00
declaration.cpp chore: remove dead code 2021-01-05 18:36:27 -08:00
declaration.h chore: disable the kernel "tryHeuristic" for abbreviations 2021-07-23 12:10:16 -07:00
environment.cpp feat: add sanity checks 2021-01-01 18:31:28 -08:00
environment.h chore: remove old frontend leftovers 2020-10-26 09:08:07 -07:00
equiv_manager.cpp chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08:00
equiv_manager.h chore(*): rename expr_struct_* to expr_* 2018-04-09 12:55:48 -07:00
expr.cpp refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
expr.h refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
expr_cache.cpp refactor(kernel/expr): implement expr using runtime/object 2018-06-21 16:05:33 -07:00
expr_cache.h refactor(kernel): add expr_cache 2015-02-03 14:59:55 -08:00
expr_eq_fn.cpp chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08: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_sets.h chore: fix includes 2020-05-22 14:17:25 -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 chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08:00
for_each_fn.h refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
inductive.cpp chore: modify induction hypotheses generated names 2021-05-01 16:21:12 -07:00
inductive.h feat: string literal support on recursors and kernel isDefEq 2020-03-17 17:23:33 -07:00
init_module.cpp chore(kernel): remove old_type_checker 2018-09-07 08:55:37 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
instantiate.cpp chore: make explicit user and internal panics 2021-03-04 07:37:33 -08:00
instantiate.h chore: remove instance cache 2020-07-08 09:40:34 -07:00
kernel_exception.h feat(library/init/lean,kernel): add KernelException, addDecl and compileDecl 2019-08-07 17:15:40 -07:00
level.cpp refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
level.h refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
local_ctx.cpp fix: exported symbol arities 2021-05-29 07:56:54 +02:00
local_ctx.h fix: nonoptimal specialization 2020-09-24 12:40:28 -07:00
quot.cpp fix: binder name 2021-08-26 11:11:37 -07:00
quot.h feat(kernel): proper constant_info and declaration objects for quot type 2018-08-28 13:46:31 -07:00
replace_fn.cpp chore: remove Expr.localE constructor 2020-11-01 09:37:48 -08:00
replace_fn.h refactor: move buffer.h and *_ref.h files to runtime 2021-08-16 15:39:38 -07:00
type_checker.cpp perf: change is_def_eq_proof_irrel type to lbool 2021-07-26 07:11:55 -07:00
type_checker.h perf: change is_def_eq_proof_irrel type to lbool 2021-07-26 07:11:55 -07:00