lean4-htt/src/library
2016-08-23 07:56:01 -07:00
..
compiler feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
constructions refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
equations_compiler feat(library/equations_compiler/elim_match): generate auxiliary definition and lemmas for match 2016-08-22 17:59:54 -07:00
inductive_compiler feat(frontends/lean/inductive_cmd): new frontend for the inductive cmd 2016-08-17 07:34:03 -07:00
tactic fix(library/tactic/tactic_state): remove problematic get_tactic_vm_state 2016-08-23 07:38:44 -07:00
vm fix(library/tactic/tactic_state): remove problematic get_tactic_vm_state 2016-08-23 07:38:44 -07:00
abbreviation.cpp refactor(library/attribute_manager): remove weakly-typed API 2016-08-19 15:02:34 -07:00
abbreviation.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
abstract_parser.h feat(frontends/lean/decl_attributes): add [attr1, attr2] syntax 2016-08-16 13:49:03 -07:00
aliases.cpp feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
aliases.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
annotation.cpp fix(library/annotation): memory leak 2016-05-12 11:43:45 -07:00
annotation.h feat(frontends/lean,library/unifier): checkpoints at have-expressions 2016-02-04 19:01:19 -08:00
app_builder.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
app_builder.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
arith_instance_manager.cpp fix(arith_instance_manager): do not store type_context ptr in object 2016-07-29 10:44:44 -07:00
arith_instance_manager.h fix(arith_instance_manager): do not store type_context ptr in object 2016-07-29 10:44:44 -07:00
attribute_manager.cpp refactor(library/attribute_manager): remove weakly-typed API 2016-08-19 15:02:34 -07:00
attribute_manager.h chore(library): formatting 2016-08-23 07:56:01 -07:00
aux_definition.cpp feat(library/aux_definition): add helper functions for creating auxiliary definitions 2016-08-22 17:59:40 -07:00
aux_definition.h feat(library/aux_definition): add helper functions for creating auxiliary definitions 2016-08-22 17:59:40 -07:00
aux_recursors.cpp feat(library): tag auxiliary no_confusion definitions 2016-05-07 15:26:49 -07:00
aux_recursors.h feat(library): tag auxiliary no_confusion definitions 2016-05-07 15:26:49 -07:00
bin_app.cpp
bin_app.h feat(library/bin_app): uniform foldr, add helper methods for synthesizing recursive functions 2016-07-23 12:11:18 -07:00
cache_helper.h feat(library): add abstract_hash 2016-06-23 14:25:29 -07:00
choice.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
choice.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
choice_iterator.cpp
choice_iterator.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
class.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
class.h chore(library/class): remove transitive instance support 2016-07-29 23:32:10 -07:00
class_instance_resolution.cpp refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
class_instance_resolution.h refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
CMakeLists.txt feat(library/aux_definition): add helper functions for creating auxiliary definitions 2016-08-22 17:59:40 -07:00
congr_lemma.cpp fix(library/congr_lemma): compilation error in debug mode 2016-07-10 10:37:27 -07:00
congr_lemma.h feat(library/tactic): expose congr_lemmas 2016-06-22 19:17:08 -07:00
constants.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
constants.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
constants.txt refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
constraint.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
constraint.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
declaration_index.cpp
declaration_index.h
deep_copy.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
deep_copy.h
defeq_canonizer.cpp fix(library/defeq_canonizer): bugs found by Daniel 2016-07-04 17:22:37 -07:00
defeq_canonizer.h feat(library): add defeq_canonizer 2016-06-24 13:17:09 -07:00
definition_cache.cpp feat(frontends/lean): add meta_definition and meta_constant commands 2016-06-01 09:12:41 -07:00
definition_cache.h feat(frontends/lean): add meta_definition and meta_constant commands 2016-06-01 09:12:41 -07:00
delayed_abstraction.cpp feat(library/type_context): use delayed abstraction at type_context (instead of restrict_metavars_context) 2016-07-27 14:57:39 -07:00
delayed_abstraction.h feat(library/type_context): use delayed abstraction at type_context (instead of restrict_metavars_context) 2016-07-27 14:57:39 -07:00
error_handling.cpp feat(library): add formatted_exception base class 2016-07-26 16:06:12 -07:00
error_handling.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
explicit.cpp chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
explicit.h chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
export.cpp feat(kernel): add 'trusted' flag for definitions 2016-04-11 15:49:29 -07:00
export.h
export_decl.cpp refactor(library/export_decl): Re-implement for new scoped_ext 2016-07-29 23:44:22 -04:00
export_decl.h refactor(library/export_decl): Re-implement for new scoped_ext 2016-07-29 23:44:22 -04:00
expr_lt.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
expr_lt.h
expr_pair.h
expr_pair_maps.h
expr_unsigned_map.h refactor(library/congr_lemma_manager): move expr_unsigned_map to separate module 2016-01-06 17:29:16 -08:00
fingerprint.cpp
fingerprint.h
flycheck.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
flycheck.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
fun_info.cpp refactor(library/fun_info): separate subsingleton information from general param_info 2016-07-07 07:39:26 -07:00
fun_info.h refactor(library/fun_info): separate subsingleton information from general param_info 2016-07-07 07:39:26 -07:00
generic_exception.cpp
generic_exception.h feat(library): add formatted_exception base class 2016-07-26 16:06:12 -07:00
head_map.cpp chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
head_map.h feat(library): add kabstract 2016-07-16 15:41:31 -04:00
hott_kernel.cpp refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
hott_kernel.h
idx_metavar.cpp
idx_metavar.h
inductive.cpp feat(library/inductive): scaffold for inductive type manager 2016-08-11 13:48:54 -07:00
inductive.h feat(library/inductive): scaffold for inductive type manager 2016-08-11 13:48:54 -07:00
init_module.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
init_module.h refactor(library): move vm to a separate directory 2016-05-12 14:45:06 -07:00
io_state.cpp chore(library/io_state): fix style 2016-07-26 17:59:22 -07:00
io_state.h refactor(frontends/lean): elaborator_exception ==> old_elaborator_exception 2016-07-26 16:24:28 -07:00
io_state_stream.cpp feat(library): add formatted_exception base class 2016-07-26 16:06:12 -07:00
io_state_stream.h feat(library): add formatted_exception base class 2016-07-26 16:06:12 -07:00
justification.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
justification.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
kernel_serializer.cpp fix(kernel/declaration): typo and restoring trusted flag for constants 2016-04-28 15:59:09 -07:00
kernel_serializer.h
legacy_type_context.cpp chore(library/type_context): rename type_context to old_type_context 2016-03-04 10:51:04 -08:00
legacy_type_context.h chore(library/type_context): rename type_context to old_type_context 2016-03-04 10:51:04 -08:00
let.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
let.h feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
local_context.cpp feat(frontends/lean/pp,library/local_context): nicer pp for fresh names 2016-08-05 19:06:26 -07:00
local_context.h feat(library/type_context): restrict context of metavariables during unification if approximate() is true 2016-08-02 16:31:12 -07:00
locals.cpp feat(library/locals): add locals_subset predicate 2016-06-24 10:48:01 -07:00
locals.h feat(library/locals): add helper function 2016-08-13 13:35:14 -07:00
max_sharing.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
max_sharing.h
metavar.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
metavar.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
metavar_context.cpp feat(frontends/lean/pp): improve purify_metavars 2016-07-30 15:31:06 -07:00
metavar_context.h feat(frontends/lean/pp): improve purify_metavars 2016-07-30 15:31:06 -07:00
metavar_util.h fix(library/metavar_util): assertion violation 2016-08-03 18:20:59 -07:00
module.cpp feat(library): remove decl_stats 2016-01-02 13:00:43 -08:00
module.h
mpq_macro.cpp fix(arith_instance_manager): shared pointers instead of references 2016-07-29 10:44:44 -07:00
mpq_macro.h feat(src/library/mpq_macro): numeral macros 2016-07-29 10:44:43 -07:00
noncomputable.cpp refactor(library): create copy of the kernel type_checker in library 2016-03-18 14:34:10 -07:00
noncomputable.h
norm_num.cpp fix(library/norm_num): fix incorrect assert 2015-12-14 14:09:54 -05:00
norm_num.h refactor(library/norm_num): use new type_context 2016-05-24 14:11:43 -07:00
normalize.cpp refactor(library/attribute_manager): remove weakly-typed API 2016-08-19 15:02:34 -07:00
normalize.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
num.cpp feat(library,frontends/lean/pp): add support for new string encoding 2016-05-24 16:20:43 -07:00
num.h feat(library,frontends/lean/pp): add support for new string encoding 2016-05-24 16:20:43 -07:00
old_converter.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
old_converter.h refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
old_default_converter.cpp refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
old_default_converter.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
old_local_context.cpp refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
old_local_context.h chore(library): rename local_context to old_local_context 2016-02-11 18:15:16 -08:00
old_tmp_type_context.cpp refactor(simplifier): port skeleton to new tactic framework 2016-06-24 15:20:40 -07:00
old_tmp_type_context.h refactor(simplifier): port skeleton to new tactic framework 2016-06-24 15:20:40 -07:00
old_type_checker.cpp refactor(kernel): remove dead code from type_checker 2016-03-19 15:28:19 -07:00
old_type_checker.h refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
old_type_context.cpp chore(*): fix compilation warnings 2016-08-10 18:03:13 -07:00
old_type_context.h refactor(kernel): remove extension_context 2016-03-19 15:15:39 -07:00
old_util.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
old_util.h refactor(library): move equations to equations_compiler 2016-08-11 10:08:30 -07:00
parser_nested_exception.h
placeholder.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
placeholder.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
pp_options.cpp feat(frontends/lean/pp): pretty print character literals 2016-08-18 17:14:50 -07:00
pp_options.h chore(frontends/lean/pp, library/pp_options): pp.lazy_abstraction ==> pp.delayed_abstraction 2016-08-03 18:45:47 -07:00
print.cpp feat(frontends/lean/pp): pretty print let-expressions 2016-05-25 14:04:28 -07:00
print.h feat(frontends/lean/pp): pretty print let-expressions 2016-05-25 14:04:28 -07:00
private.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
private.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
projection.cpp refactor(library/util): isolate util procedures that depend on old_type_checker 2016-03-21 13:36:08 -07:00
projection.h refactor(library): create copy of the kernel type_checker in library 2016-03-18 14:34:10 -07:00
protected.cpp
protected.h
quote.cpp refactor(library/init/meta): qexpr ==> pexpr 2016-08-05 17:04:36 -07:00
quote.h feat(library,frontends/lean): support for quoted expressions in the VM, compiler and frontend 2016-06-15 16:06:39 -07:00
reducible.cpp chore(library): formatting 2016-08-23 07:56:01 -07:00
reducible.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
register_module.h
relation_manager.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
relation_manager.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
replace_visitor.cpp fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly 2016-05-01 12:04:28 -07:00
replace_visitor.h fix(library/replace_visitor): remove replace_visitor_closed, it does not handle nested let-expr correctly 2016-05-01 12:04:28 -07:00
replace_visitor_with_tc.cpp feat(library): add replace_visitor_with_tc 2016-08-14 15:45:02 -07:00
replace_visitor_with_tc.h feat(library): add replace_visitor_with_tc 2016-08-14 15:45:02 -07:00
scope_pos_info_provider.cpp refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
scope_pos_info_provider.h refactor(frontends/lean,library): move scope_pos_info_provider to library 2016-06-30 10:19:35 +01:00
scoped_ext.cpp feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
scoped_ext.h fix(library/reducible): use class hierarchy to fix reducibility attributes 2016-07-29 23:44:22 -04:00
shared_environment.cpp feat(library): remove decl_stats 2016-01-02 13:00:43 -08:00
shared_environment.h
sorry.cpp
sorry.h
standard_kernel.cpp refactor(library): remove unifier_plugin 2016-03-21 17:57:53 -07:00
standard_kernel.h
string.cpp feat(frontends/lean/pp): pretty print character literals 2016-08-18 17:14:50 -07:00
string.h feat(frontends/lean/parser): allow string literals in patterns 2016-08-18 21:00:27 -07:00
trace.cpp refactor(library/io_state): move get_global_ios to io_state module 2016-06-25 20:59:52 -07:00
trace.h refactor(library/io_state): move get_global_ios to io_state module 2016-06-25 20:59:52 -07:00
type_context.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
type_context.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
typed_expr.cpp refactor(library/util): isolate util procedures that depend on old_type_checker 2016-03-21 13:36:08 -07:00
typed_expr.h
unfold_macros.cpp feat(kernel): add 'trusted' flag for definitions 2016-04-11 15:49:29 -07:00
unfold_macros.h
unification_hint.cpp feat(library/user_attribute): add user-defined attributes and make attribute_manager environment-aware 2016-08-18 12:56:44 -07:00
unification_hint.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
unifier.cpp refactor(library, frontends/lean): remove old coercion management module 2016-07-29 13:51:26 -07:00
unifier.h refactor(kernel): move justification/constraint/metavar to library 2016-03-19 14:39:15 -07:00
update_declaration.cpp feat(kernel): add 'trusted' flag for definitions 2016-04-11 15:49:29 -07:00
update_declaration.h
user_recursors.cpp fix(library/user_recursors): missing statement 2016-08-22 09:38:43 -07:00
user_recursors.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
util.cpp refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00
util.h refactor(simplifier): many fixes, extensions, and tests 2016-08-19 14:57:03 -07:00