lean4-htt/src/kernel
Joe Hendrix 1118931516
feat: add bitwise operations to reduceNat? and kernel (#3134)
This adds bitwise operations to reduceNat? and the kernel. It
incorporates some basic test cases to validate the correct operations
are associated.
2024-01-11 18:12:45 +00:00
..
abstract.cpp
abstract.h
cache_stack.h
CMakeLists.txt
declaration.cpp feat: add field all to DefinitionVal and TheoremVal 2022-06-23 16:13:26 -07:00
declaration.h feat: add field all to DefinitionVal and TheoremVal 2022-06-23 16:13:26 -07:00
environment.cpp fix: kernel must ensure that safe functions cannot use partial ones. 2023-01-27 12:17:37 -08:00
environment.h
equiv_manager.cpp
equiv_manager.h
expr.cpp perf: implement Expr.update* in Lean 2022-07-19 05:55:13 -07:00
expr.h chore: remove remnants of C++ format 2022-11-18 06:11:24 -08:00
expr_cache.cpp
expr_cache.h
expr_eq_fn.cpp fix: switch to C++ interruption whitelist 2023-10-26 08:33:09 +02:00
expr_eq_fn.h
expr_maps.h
expr_sets.h
find_fn.h
for_each_fn.cpp fix: remove unguarded check_interrupted call 2023-10-26 08:33:09 +02:00
for_each_fn.h
inductive.cpp chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
inductive.h
init_module.cpp
init_module.h
instantiate.cpp refactor: instantiateTypeLevelParams in Lean 2022-10-24 12:23:13 -07:00
instantiate.h
kernel_exception.h feat: translate interrupted kernel exception 2023-10-26 08:33:09 +02:00
level.cpp chore: remove remnants of C++ format 2022-11-18 06:11:24 -08:00
level.h chore: fix more typos in comments 2023-10-08 14:37:34 -07:00
local_ctx.cpp
local_ctx.h
quot.cpp
quot.h fix: quot reduction bug 2023-10-11 21:25:34 -07:00
replace_fn.cpp fix: switch to C++ interruption whitelist 2023-10-26 08:33:09 +02:00
replace_fn.h
type_checker.cpp feat: add bitwise operations to reduceNat? and kernel (#3134) 2024-01-11 18:12:45 +00:00
type_checker.h fix: kernel must ensure that safe functions cannot use partial ones. 2023-01-27 12:17:37 -08:00