| .. |
|
inductive
|
chore(library/inductive_compiler): remove nested.cpp
|
2018-08-23 10:49:40 -07:00 |
|
abstract.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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): continue constant_info/declaration refactoring
|
2018-08-27 17:23:26 -07:00 |
|
declaration.h
|
refactor(kernel): continue constant_info/declaration refactoring
|
2018-08-27 17:23:26 -07:00 |
|
environment.cpp
|
refactor(kernel): continue constant_info/declaration refactoring
|
2018-08-27 17:23:26 -07:00 |
|
environment.h
|
refactor(kernel): continue constant_info/declaration refactoring
|
2018-08-27 17:23:26 -07:00 |
|
equiv_manager.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
equiv_manager.h
|
chore(*): rename expr_struct_* to expr_*
|
2018-04-09 12:55:48 -07:00 |
|
expr.cpp
|
feat(util/object_ref): add helper functions
|
2018-08-27 16:28:37 -07:00 |
|
expr.h
|
chore(kernel/expr): comment
|
2018-06-22 14:48:42 -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
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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
|
refactor(kernel/expr): implement expr using runtime/object
|
2018-06-21 16:05:33 -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(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -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
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
instantiate.h
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
kernel_exception.h
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
level.cpp
|
feat(util/object_ref): add helper functions
|
2018-08-27 16:28:37 -07:00 |
|
level.h
|
refactor(kernel/level): naming consistency
|
2018-06-22 10:29:56 -07:00 |
|
local_ctx.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -07:00 |
|
local_ctx.h
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
old_type_checker.h
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
quot.cpp
|
chore(kernel): remove certified_declaration
|
2018-08-22 12:11:34 -07:00 |
|
quot.h
|
refactor(kernel): remove quotitent normalizer extension
|
2018-06-01 10:52:17 -07:00 |
|
replace_fn.cpp
|
refactor(kernel/expr): remove mlocal_* functions
|
2018-06-22 14:25:31 -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
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |
|
type_checker.h
|
refactor(kernel): split declaration into declaration and constant_info
|
2018-08-22 17:53:11 -07:00 |