lean2/src/kernel
Leonardo de Moura 193aa4a83f feat(library/kernel_bindings): improve Pi and Fun Lua APIs, and allow users to provide binder information
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-05-16 14:09:00 -07:00
..
inductive refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
abstract.cpp feat(kernel): add telescope abstract procedure 2014-05-16 11:56:44 -07:00
abstract.h feat(library/kernel_bindings): improve Pi and Fun Lua APIs, and allow users to provide binder information 2014-05-16 14:09:00 -07:00
CMakeLists.txt refactor(kernel): remove diff_cnstrs module 2014-05-09 19:58:25 -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
context.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
context.h feat(kernel): add telescope instantiate procedure 2014-05-16 11:56:20 -07:00
converter.cpp feat(kernel/expr): attach auxiliary name (for pretty printing) into local constants 2014-05-16 13:08:09 -07:00
converter.h refactor(kernel): move delayed_justification to justification.h 2014-05-15 13:53:10 -07:00
definition.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
definition.h refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
environment.cpp feat(kernel/environment): add forget method 2014-05-13 08:40:46 -07:00
environment.h feat(kernel/environment): add forget method 2014-05-13 08:40:46 -07:00
error_msgs.cpp fix(kernel/error_msgs): application type mismatch error message 2014-05-12 14:49:42 -07:00
error_msgs.h feat(kernel/error_msgs): expose pp_indent_expr 2014-05-02 12:03:12 -07:00
expr.cpp feat(kernel/expr): attach auxiliary name (for pretty printing) into local constants 2014-05-16 13:08:09 -07:00
expr.h feat(kernel/expr): attach auxiliary name (for pretty printing) into local constants 2014-05-16 13:08:09 -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 feat(kernel/expr): attach auxiliary name (for pretty printing) into local constants 2014-05-16 13:08:09 -07:00
formatter.h refactor(kernel/formatter): add environment as an extra argument to the formatter 2014-04-30 10:28:07 -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): add telescope instantiate procedure 2014-05-16 11:56:20 -07:00
instantiate.h feat(kernel): add telescope instantiate procedure 2014-05-16 11:56:20 -07:00
justification.cpp fix[kernel/justification.cpp]: style 2014-05-15 13:53:11 -07:00
justification.h feat(kernel/justification): add function for creating simple justification objects 2014-05-15 13:53:10 -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 feat(kernel/kernel_exception): add new auxiliary functions for throwing kernel exceptions 2014-05-15 13:53:10 -07:00
level.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
level.h refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
max_sharing.cpp refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
max_sharing.h feat(kernel/max_sharing): add method already_processed 2014-04-22 18:30:07 -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 refactor(kernel): improve names 2014-05-16 11:28:05 -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 refactor(kernel): improve names 2014-05-16 11:28:05 -07:00
replace_visitor.h refactor(kernel/replace_visitor): remove context from replace_visitor 2014-05-14 15:53:09 -07:00
type_checker.cpp feat(kernel/expr): attach auxiliary name (for pretty printing) into local constants 2014-05-16 13:08:09 -07:00
type_checker.h refactor(kernel): improve names 2014-05-16 11:28:05 -07:00