lean2/src/kernel
Leonardo de Moura 585f3adde1 feat(library/scope): add sections
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-06-01 17:55:11 -07:00
..
hott feat(kernel): add mk_hott_environment function for creating HoTT compatible environments 2014-05-21 11:31:34 -07:00
inductive perf(kernel/type_checker): reduce the overhead of creating delayed_justification objects, a huge number of them is created when type checking applications 2014-05-27 23:16:52 -07:00
standard feat(kernel/inductive): check in add_inductive whether the environment supports inductive datatypes or not 2014-05-19 15:44:15 -07:00
abstract.cpp feat(kernel/abstract): add more Fun functions for simplifying the creation lambda-expressions 2014-05-19 09:01:20 -07:00
abstract.h feat(library): add module for implementing aliases and 'using' command 2014-05-30 21:42:40 -07:00
CMakeLists.txt refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00
constraint.cpp refactor(kernel): remove convertability constraints 2014-05-09 20:25:27 -07:00
constraint.h refactor(kernel): remove convertability constraints 2014-05-09 20:25:27 -07:00
converter.cpp perf(kernel/type_checker): reduce the overhead of creating delayed_justification objects, a huge number of them is created when type checking applications 2014-05-27 23:16:52 -07:00
converter.h refactor(kernel): move delayed_justification to justification.h 2014-05-15 13:53:10 -07:00
declaration.cpp refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00
declaration.h refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00
environment.cpp perf(kernel/environment): improve is_descendant performance, optimize for the common case: the is_descendant tree is huge but has few deep branches 2014-05-27 22:29:03 -07:00
environment.h perf(kernel/environment): improve is_descendant performance, optimize for the common case: the is_descendant tree is huge but has few deep branches 2014-05-27 22:29:03 -07:00
error_msgs.cpp chore(kernel): remove dead code, we don't have level constraints anymore 2014-05-21 15:46:17 -07:00
error_msgs.h chore(kernel): remove dead code, we don't have level constraints anymore 2014-05-21 15:46:17 -07:00
expr.cpp feat(library/coercion): add coercion management implementation 2014-05-24 19:28:42 -07:00
expr.h feat(library/coercion): add coercion management implementation 2014-05-24 19:28:42 -07:00
expr_eq_fn.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
expr_eq_fn.h fix(kernel/type_checker): the type checker cache was not taking into account binder information 2014-05-14 17:14:57 -07:00
expr_maps.h fix(kernel/type_checker): the type checker cache was not taking into account binder information 2014-05-14 17:14:57 -07:00
expr_sets.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
extension_context.h feat(kernel): add is_def_eq predicate in the extension_context API 2014-05-15 13:53:10 -07:00
find_fn.h refactor(kernel/expr): for_each_fn, replace_fn, and find_fn without templates 2014-03-18 10:27:55 -07:00
for_each_fn.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
for_each_fn.h fix(kernel): style warnings 2014-03-18 10:27:55 -07:00
formatter.cpp refactor(kernel/formatter): formatter_cell object should not perform destructive updates 2014-05-24 13:51:39 -07:00
formatter.h refactor(kernel/formatter): formatter_cell object should not perform destructive updates 2014-05-24 13:51:39 -07:00
free_vars.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
free_vars.h feat(kernel): store free variable range in composite expressions 2014-04-17 11:31:48 -07:00
instantiate.cpp feat(kernel/instantiate): relax apply_beta pre-conditions 2014-05-25 07:45:41 -07:00
instantiate.h refactor(kernel): remove telescope type, and procedures 2014-05-17 10:51:40 -07:00
justification.cpp fix[kernel/justification.cpp]: style 2014-05-15 13:53:11 -07:00
justification.h perf(kernel/type_checker): reduce the overhead of creating delayed_justification objects, a huge number of them is created when type checking applications 2014-05-27 23:16:52 -07:00
kernel_exception.cpp feat(kernel/kernel_exception): add new auxiliary functions for throwing kernel exceptions 2014-05-15 13:53:10 -07:00
kernel_exception.h refactor(kernel): remove unnecessary module 2014-05-17 12:35:41 -07:00
level.cpp feat(library/scope): add sections 2014-06-01 17:55:11 -07:00
level.h feat(library/scope): add sections 2014-06-01 17:55:11 -07:00
metavar.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
metavar.h fix(kernel/metavar): typo 2014-05-01 15:28:34 -07:00
pos_info_provider.cpp refactor(*): error messages 2014-01-13 16:54:21 -08:00
pos_info_provider.h refactor(kernel): justification objects 2014-03-18 10:27:56 -07:00
replace_fn.cpp chore(kernel): binder => binding where appropriate 2014-05-17 11:37:27 -07:00
replace_fn.h refactor(kernel/free_vars): use get_free_var_range to improve lift_free_vars and lower_free_vars performance 2014-04-17 12:41:06 -07:00
replace_visitor.cpp chore(kernel): binder => binding where appropriate 2014-05-17 11:37:27 -07:00
replace_visitor.h chore(kernel): binder => binding where appropriate 2014-05-17 11:37:27 -07:00
type_checker.cpp perf(kernel/type_checker): reduce the overhead of creating delayed_justification objects, a huge number of them is created when type checking applications 2014-05-27 23:16:52 -07:00
type_checker.h refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00