lean2/src/kernel
2014-10-25 11:17:29 -07:00
..
inductive feat(kernel/inductive): add get_num_minor_premises and get_num_type_formers APIs 2014-10-25 11:17:29 -07:00
abstract.cpp refactor(kernel/expr): tag expressions at "creation" time 2014-10-15 13:12:09 -07:00
abstract.h fix(frontends/lean): missing type information for INFO, fixes #218 2014-10-01 14:29:07 -07:00
cache_stack.h perf(kernel/for_each_fn): use cache stack trick at for_each_fn 2014-07-23 19:32:11 -07:00
CMakeLists.txt refactor(kernel): replace_visitor doesn't need to be in the kernel anymore 2014-10-17 10:23:35 -07:00
constraint.cpp fix(kernel/constraint): bug in operator<< 2014-10-14 15:22:03 -07:00
constraint.h feat(library/unifier): add 'on-demand' choice constraints, they are processed as soon as their type does not contain meta-variables anymore 2014-09-27 21:50:39 -07:00
converter.cpp fix(kernel/converter): remove buggy eta-reduction and rely only on eta-expansion 2014-10-21 16:54:25 -07:00
converter.h feat(kernel/type_checker): expose is_opaque 2014-09-25 11:19:54 -07:00
declaration.cpp refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
declaration.h refactor(kernel): rename var_decl to constant_assumption 2014-10-02 17:55:34 -07:00
environment.cpp refactor(*): explicit initialization/finalization for environment extensions 2014-09-22 17:30:29 -07:00
environment.h refactor(*): use name_map 2014-09-28 10:23:11 -07:00
error_msgs.cpp chore(kernel/error_msgs): change type mismatch error messages, closes #33 2014-08-07 16:18:40 -07:00
error_msgs.h feat(kernel/error_msgs): improve application type mismatch error messages 2014-07-28 07:08:12 -07:00
expr.cpp perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
expr.h refactor(frontends/lean/inductive_cmd): move auxiliary method to expr.h 2014-10-18 15:11:26 -07:00
expr_eq_fn.cpp perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
expr_eq_fn.h perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
expr_maps.h refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
expr_sets.h perf(kernel/expr_eq_fn): use thread local cache, and avoid memory allocation/deallocation 2014-10-17 16:44:20 -07:00
extension_context.h refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -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(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
for_each_fn.h refactor(kernel/for_each_fn): simplify module interface 2014-07-23 18:16:41 -07:00
formatter.cpp refactor(kernel): explicit initialization/finalization 2014-09-24 10:12:28 -07:00
formatter.h refactor(kernel): explicit initialization/finalization 2014-09-24 10:12:28 -07:00
free_vars.cpp refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
free_vars.h refactor(kernel/expr): remove dead code 2014-10-16 13:09:26 -07:00
init_module.cpp refactor(kernel): explicit initialization/finalization 2014-09-24 10:12:28 -07:00
init_module.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
instantiate.cpp refactor(kernel/instantiate): cleanup beta-reduce 2014-10-17 20:19:51 -07:00
instantiate.h refactor(kernel/instantiate): add functions instantiate_value_univ_params and instantiate_type_univ_params 2014-08-12 17:40:30 -07:00
justification.cpp refactor(*): remove dependency to thread_local C++11 keyword, the 2014-09-24 12:51:04 -07:00
justification.h refactor(kernel/formatter): add formatter_factory, and simplify formatter interface 2014-07-10 18:32:00 +01:00
kernel_exception.cpp refactor(kernel/formatter): add formatter_factory, and simplify formatter interface 2014-07-10 18:32:00 +01:00
kernel_exception.h refactor(kernel/formatter): add formatter_factory, and simplify formatter interface 2014-07-10 18:32:00 +01:00
level.cpp feat(kernel/level): add missing normalization rule 2014-10-08 22:23:19 -07:00
level.h feat(frontends/lean/elaborator): elaborator rejects 'Type' if the universe is explicit 2014-10-02 14:29:51 -07:00
metavar.cpp fix(kernel/metavar): avoid crash due to stack overflow, closes #253 2014-10-25 00:20:59 -07:00
metavar.h fix(kernel/metavar): compilation error in some compilers 2014-10-17 17:22:25 -07:00
normalizer_extension.cpp refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
normalizer_extension.h refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
pos_info_provider.cpp refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
pos_info_provider.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
replace_fn.cpp chore(kernel/replace_fn): "name" constant 2014-10-17 14:20:35 -07:00
replace_fn.h chore(kernel/replace_fn): add syntax sugar for replace function 2014-07-19 12:53:37 +01:00
type_checker.cpp fix(kernel/type_checker): propagate 'memoize' flag to default_converter 2014-10-23 13:15:53 -07:00
type_checker.h fix(kernel/type_checker): propagate 'memoize' flag to default_converter 2014-10-23 13:15:53 -07:00