| .. |
|
inductive
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
abstract.cpp
|
refactor(kernel): has_local ==> has_fvar
|
2018-06-11 10:46:05 -07:00 |
|
abstract.h
|
refactor(kernel): has_local ==> has_fvar
|
2018-06-11 10:46:05 -07:00 |
|
abstract_type_context.cpp
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
abstract_type_context.h
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
cache_stack.h
|
chore(kernel/cache_stack): compilation warning
|
2018-05-22 09:46:00 -07:00 |
|
CMakeLists.txt
|
feat(kernel): type checker with local_ctx
|
2018-06-11 09:59:49 -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
|
feat(kernel): add proper constructor struct
|
2018-06-12 13:03:25 -07:00 |
|
equiv_manager.cpp
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
equiv_manager.h
|
chore(*): rename expr_struct_* to expr_*
|
2018-04-09 12:55:48 -07:00 |
|
expr.cpp
|
chore(kernel/expr): move literal
|
2018-06-20 15:39:19 -07:00 |
|
expr.h
|
chore(kernel/expr): move literal
|
2018-06-20 15:39:19 -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
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -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
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
for_each_fn.h
|
refactor(kernel/for_each_fn): simplify module interface
|
2014-07-23 18:16:41 -07:00 |
|
inductive.cpp
|
feat(kernel/inductive): initialize m_elim_level
|
2018-06-12 15:17:52 -07:00 |
|
inductive.h
|
feat(kernel/inductive): add check_inductive_types
|
2018-06-12 13:03:25 -07:00 |
|
init_module.cpp
|
feat(kernel/inductive): add check_inductive_types
|
2018-06-12 13:03:25 -07:00 |
|
init_module.h
|
refactor(*): explicit initialization/finalization for serialization
|
2014-09-22 15:26:41 -07:00 |
|
instantiate.cpp
|
chore(kernel/instantiate): use new function names
|
2018-06-11 10:18:01 -07:00 |
|
instantiate.h
|
feat(kernel/instantiate): add helper function
|
2016-08-14 16:16:03 -07:00 |
|
kernel_exception.h
|
feat(kernel): add reduce_proj and infer_proj
|
2018-06-19 16:40:00 -07:00 |
|
level.cpp
|
chore(runtime/serializer): compilation warning
|
2018-05-29 08:04:42 -07:00 |
|
level.h
|
refactor(*): name convention obj_list => list_ref
|
2018-06-15 16:05:11 -07:00 |
|
local_ctx.cpp
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -07:00 |
|
local_ctx.h
|
refactor(kernel): simplify binder_info
|
2018-06-20 15:31:40 -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
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
old_type_checker.h
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
quot.cpp
|
fix(kernel/quot): assertion violation
|
2018-06-09 08:50:32 -07:00 |
|
quot.h
|
refactor(kernel): remove quotitent normalizer extension
|
2018-06-01 10:52:17 -07:00 |
|
replace_fn.cpp
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -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 |
|
type_checker.cpp
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |
|
type_checker.h
|
chore(kernel): remove expr.macro constructor
|
2018-06-19 17:54:43 -07:00 |