lean2/src/kernel
Leonardo de Moura 4e893d3902 fix(kernel/constraint): printer
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-04-28 12:02:59 -07:00
..
abstract.cpp refactor(kernel): replace_fn functional object 2014-03-18 10:27:57 -07:00
abstract.h refactor(kernel): the type in let-exprs is not optional anymore, if the user does not provide it, we use a metavariable 2014-03-18 10:27:55 -07:00
CMakeLists.txt fix(kernel/environment): compilation errors 2014-04-28 10:58:14 -07:00
constraint.cpp fix(kernel/constraint): printer 2014-04-28 12:02:59 -07:00
constraint.h fix(kernel/constraint): missing inline directive 2014-04-28 10:53:53 -07:00
context.cpp refactor(tests/kernel): move tests to new kernel 2014-03-18 10:27:55 -07:00
context.h refactor(kernel): add formatter and simplify contexts 2014-03-18 10:27:55 -07:00
definition.cpp fix(kernel/definition): clang compilation warning, and add module_idx typedef 2014-04-23 10:50:55 -07:00
definition.h feat(kernel/type_checker): add is_convertible predicate (and support for proof irrelevance and eta-reduction) 2014-04-23 19:21:26 -07:00
diff_cnstrs.cpp fix(kernel/diff_cnstrs): missing include 2014-03-18 10:27:54 -07:00
diff_cnstrs.h fix(kernel/diff_cnstrs): copyright msg 2014-03-18 10:27:54 -07:00
environment.cpp fix(kernel/environment): compilation errors 2014-04-28 10:58:14 -07:00
environment.h fix(kernel/environment): compilation errors 2014-04-28 10:58:14 -07:00
error_msgs.cpp feat(kernel/error_msgs): add error message for unsatisfied level constraints, remove messages for dependent pairs 2014-04-25 10:47:05 -07:00
error_msgs.h feat(kernel/error_msgs): add error message for unsatisfied level constraints, remove messages for dependent pairs 2014-04-25 10:47:05 -07:00
expr.cpp feat(kernel/type_checker): handle ensure_pi when whnf is a meta application 2014-04-25 18:17:32 -07:00
expr.h feat(kernel/type_checker): handle ensure_pi when whnf is a meta application 2014-04-25 18:17:32 -07:00
expr_eq_fn.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
expr_eq_fn.h refactor(kernel): the type in let-exprs is not optional anymore, if the user does not provide it, we use a metavariable 2014-03-18 10:27:55 -07:00
expr_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
expr_sets.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
extension_context.h refactor(kernel): define extension_context API for normalizer_extesions and macro_definitions 2014-04-25 15:43:17 -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): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
for_each_fn.h fix(kernel): style warnings 2014-03-18 10:27:55 -07:00
formatter.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
formatter.h refactor(kernel): replace kernel object with definition, disable affected files 2014-04-17 16:10:47 -07:00
free_vars.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -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/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
instantiate.h feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
justification.cpp refactor(kernel): cleanup interfaces 2014-03-18 10:27:57 -07:00
justification.h fix(kernel/justification): typo 2014-04-24 15:08:10 -07:00
kernel_exception.cpp fix(kernel/kernel_exception): typo 2014-04-28 11:31:39 -07:00
kernel_exception.h refactor(kernel/environment): simplified (functional) environment object 2014-04-18 14:21:49 -07:00
level.cpp fix(kernel/level): initialization error 2014-04-28 11:03:23 -07:00
level.h feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
max_sharing.cpp refactor(kernel): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
max_sharing.h feat(kernel/max_sharing): add method already_processed 2014-04-22 18:30:07 -07:00
metavar.cpp feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -07:00
metavar.h feat(kernel/type_checker): add infer_type 2014-04-25 11:58:29 -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): store macro arguments in the macro_expr 2014-04-25 15:02:56 -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): store macro arguments in the macro_expr 2014-04-25 15:02:56 -07:00
replace_visitor.h refactor(kernel): remove pairs from kernel 2014-04-17 10:52:07 -07:00
type_checker.cpp feat(kernel/type_checker): add check function 2014-04-28 10:47:50 -07:00
type_checker.h feat(kernel/type_checker): add check function 2014-04-28 10:47:50 -07:00