lean2/src/kernel
Leonardo de Moura e445515f2b refactor(kernel): move standard and hott kernel instantiations to library
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-05 10:31:27 -07:00
..
inductive feat(kernel): add method 'may_reduce_later' to normalizer_extension, and improve unifier 2014-07-03 22:31:05 -07:00
abstract.cpp refactor(kernel): store binder_infor in local constants 2014-06-30 11:37:46 -07:00
abstract.h refactor(kernel): store binder_infor in local constants 2014-06-30 11:37:46 -07:00
CMakeLists.txt refactor(kernel): rename definition class to declaration 2014-05-20 10:41:38 -07:00
constraint.cpp refactor(kernel/constraint): rename choice constraint fields 2014-06-23 13:52:03 -07:00
constraint.h feat(kernel): simplify choice_fn, and make its interface closer to the unifier_plugin interface 2014-07-04 12:47:33 -07:00
converter.cpp feat(library/unifier): add option 'unifier.unfold_opaque', remove option 'unifier.use_exceptions' (the user should not be able to change this) 2014-07-05 09:43:16 -07:00
converter.h feat(library/unifier): add option 'unifier.unfold_opaque', remove option 'unifier.use_exceptions' (the user should not be able to change this) 2014-07-05 09:43:16 -07:00
declaration.cpp fix(kernel): set module_idx on theorems, otherwise we are not able to import theorems that use opaque definitions 2014-06-16 16:56:11 -07:00
declaration.h feat(library/unifier): add option 'unifier.unfold_opaque', remove option 'unifier.use_exceptions' (the user should not be able to change this) 2014-07-05 09:43:16 -07:00
environment.cpp feat(kernel): add method 'may_reduce_later' to normalizer_extension, and improve unifier 2014-07-03 22:31:05 -07:00
environment.h feat(kernel): add method 'may_reduce_later' to normalizer_extension, and improve unifier 2014-07-03 22:31:05 -07:00
error_msgs.cpp feat(kernel/type_checker): improve 'declaration still has metavars' error message 2014-06-25 08:51:33 -07:00
error_msgs.h feat(kernel/type_checker): improve 'declaration still has metavars' error message 2014-06-25 08:51:33 -07:00
expr.cpp refactor(kernel): store binder_infor in local constants 2014-06-30 11:37:46 -07:00
expr.h feat(frontends/lean): parse strings as expressions of type 'string.string' 2014-07-02 10:00:55 -07:00
expr_eq_fn.cpp refactor(kernel): store binder_infor in local constants 2014-06-30 11:37:46 -07:00
expr_eq_fn.h perf(kernel/expr_eq_fn): delay cache allocation 2014-06-03 17:03:09 -07:00
expr_maps.h feat(kernel/expr): add optional expression caching (aka "partial" hash-consing) 2014-06-03 15:35:47 -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): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
for_each_fn.h fix(kernel/for_each_fn): typo 2014-06-11 15:06:11 -07:00
formatter.cpp fix(kernel/formatter): make sure simple formatter output is not sensitive to internal names 2014-06-26 14:58:59 -07:00
formatter.h refactor(library/tactic/goal): use local names for hypotheses 2014-06-27 11:11:12 -07:00
free_vars.cpp refactor(kernel): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
free_vars.h feat(kernel): store free variable range in composite expressions 2014-04-17 11:31:48 -07:00
instantiate.cpp refactor(kernel/instantiate): rename instantiate_params to instantiate_univ_params 2014-06-29 12:09:55 -07:00
instantiate.h refactor(kernel/instantiate): rename instantiate_params to instantiate_univ_params 2014-06-29 12:09:55 -07:00
justification.cpp fix(kernel/justification): missing 'const' 2014-06-26 08:18:18 -07:00
justification.h fix(kernel/justification): missing 'const' 2014-06-26 08:18:18 -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(frontends/lean): add infixl/infixr/postfix/precedence commands, add support for storing notation in .olean files, add support for organizing notation into namespaces 2014-06-14 22:13:25 -07:00
level.h feat(library/aliases): add level aliases 2014-06-12 12:35:02 -07:00
metavar.cpp feat(kernel/metavar): expose destructive assign 2014-07-03 14:07:47 -07:00
metavar.h feat(library/unifier): 'forget' justifications after finding a solution, the justifications are only needed inside the unifier (for implementing nonchronological backtracking) 2014-07-03 14:14:07 -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): remove 'let'-expressions 2014-06-24 16:27: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 refactor(kernel): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
replace_visitor.h refactor(kernel): remove 'let'-expressions 2014-06-24 16:27:27 -07:00
type_checker.cpp feat(frontends/lean): add command for customizing the behavior of proof-qed blocks: we can automatically register tactics to be automatically applied before each component 2014-07-02 20:45:10 -07:00
type_checker.h refactor(frontends/lean/inductive_cmd): redesign inductive datatype elaboration, use the new elaborator, and use simpler algorithm to infer the resulting universe 2014-06-28 15:33:56 -07:00