lean4-htt/src/library
2016-11-23 17:43:55 -08:00
..
compiler fix(library/compiler/preprocess): make sure let-expressions are not expanded in the compiler preprocessor 2016-11-22 10:24:13 -08:00
constructions refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder 2016-10-12 14:36:00 -07:00
equations_compiler perf(library/equations_compiler/util): lemma generation performance when ite is used to compile equations 2016-11-23 15:48:12 -08:00
inductive_compiler fix(library/inductive_compiler/util): allow untrusted/meta declarations when checking intermediate steps 2016-11-13 12:32:49 -08:00
tactic feat(library/init/meta/simp_tactic): add tactics for validating simp lemmas 2016-11-23 17:43:55 -08:00
vm feat(library/init/meta/comp_value_tactics): add support for char/string/fin at comp_val tactic 2016-11-23 13:19:54 -08:00
abstract_parser.h refactor(*): structured message objects 2016-10-13 18:49:10 -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 feat(frontends/lean): add support for 'suffices'-expression in the new elaborator 2016-09-08 17:26:27 -07:00
annotation.h feat(frontends/lean): add support for 'suffices'-expression in the new elaborator 2016-09-08 17:26:27 -07:00
app_builder.cpp refactor(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
app_builder.h chore(*): cleanup 2016-09-27 17:30:57 -07:00
arith_instance_manager.cpp refactor(library/type_context): new type class instance cache 2016-09-01 17:37:30 -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/tactic/simp_lemmas): new caching mechanism 2016-10-06 20:20:01 -07:00
attribute_manager.h refactor(library/tactic/simp_lemmas): new caching mechanism 2016-10-06 20:20:01 -07:00
aux_definition.cpp feat(library/aux_definition): add mk_aux_lemma 2016-09-06 08:57:04 -07:00
aux_definition.h feat(library/aux_definition): add mk_aux_lemma 2016-09-06 08:57:04 -07:00
aux_recursors.cpp refactor(library/init): avoid nat cases_on/rec_on hack 2016-09-03 16:22:20 -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
class.cpp fix(library/class): bug in whnf_pred predicate 2016-11-05 11:44:05 -07:00
class.h refactor(library): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -07:00
CMakeLists.txt feat(library): add mk_nat_val_ne_proof 2016-11-19 17:02:48 -08:00
comp_val.cpp feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
comp_val.h feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
congr_lemma.cpp refactor(library): rename pr1/pr2 ==> fst/snd 2016-09-21 09:48:39 -07:00
congr_lemma.h feat(library/tactic): expose congr_lemmas 2016-06-22 19:17:08 -07:00
constants.cpp feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
constants.h feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
constants.txt feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
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 feat(src/library/defeq_canonizer): improve cache 2016-10-05 22:00:23 -07:00
defeq_canonizer.h feat(library): add defeq_canonizer 2016-06-24 13:17:09 -07:00
delayed_abstraction.cpp fix(library/delayed_abstraction): nested delayed abstractions 2016-09-15 15:46:25 -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
discr_tree.cpp feat(library): add discrimination trees 2016-10-07 17:07:31 -07:00
discr_tree.h feat(library): add discrimination trees 2016-10-07 17:07:31 -07:00
exception.cpp chore(library/exception): fix bad message 2016-09-06 18:38:39 -07:00
exception.h feat(library/exception): add nested_exception 2016-09-06 12:57:06 -07:00
explicit.cpp fix(library/explicit): annotation name 2016-09-15 17:57:01 -07:00
explicit.h chore(frontends/lean,library/explicit): remove dead code 2016-07-02 01:57:43 +01:00
export.cpp chore(kernel): remove support for mutually inductive datatypes from the kernel 2016-09-10 17:39:17 -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
fingerprint.cpp
fingerprint.h
flycheck.cpp refactor(library/flycheck): use flycheck_message_stream instead of option 2016-10-13 18:49:10 -07:00
flycheck.h refactor(library/flycheck): use flycheck_message_stream instead of option 2016-10-13 18:49:10 -07:00
fun_info.cpp chore(library/fun_info): patch assertion 2016-11-04 10:14:00 -07:00
fun_info.h refactor(library/fun_info): separate subsingleton information from general param_info 2016-07-07 07:39:26 -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
idx_metavar.cpp
idx_metavar.h
init_module.cpp feat(library/comp_val): add mk_fin_val_ne_proof and mk_char_val_ne_proof 2016-11-23 10:25:04 -08:00
init_module.h refactor(library): move vm to a separate directory 2016-05-12 14:45:06 -07:00
inverse.cpp fix(library/inverse): m_inv_arity was not being stored in the .olean file 2016-10-07 17:08:56 -07:00
inverse.h refactor(library): injectivity ==> inverse 2016-09-07 08:16:14 -07:00
io_state.cpp refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
io_state.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
io_state_stream.cpp chore(library): remove lean2 old type checker 2016-09-19 22:21:19 -07:00
io_state_stream.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
kernel_serializer.cpp feat(frontends/lean): force user to use meta keyword on meta inductive/structure/class 2016-09-29 17:56:35 -07:00
kernel_serializer.h
library_system.cpp chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00
library_system.h feat(library/noncomputable): improve is_noncomputable 2016-09-08 14:02:23 -07:00
local_context.cpp feat(library/local_context): make get_unused_name O(log(n)) 2016-09-19 16:38:03 -07:00
local_context.h feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics 2016-11-21 15:40:12 -08: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
message_builder.cpp refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
message_builder.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
messages.cpp refactor(library/flycheck): use flycheck_message_stream instead of option 2016-10-13 18:49:10 -07:00
messages.h refactor(*): structured message objects 2016-10-13 18:49:10 -07:00
metavar_context.cpp fix(library/type_context): allow assigned regular meta-variables to be "read" in tmp-mode 2016-10-21 13:33:07 -07:00
metavar_context.h feat(library/tactic): expose new dsimplify in Lean 2016-10-12 07:25:09 -07:00
metavar_util.h fix(library/type_context): allow assigned regular meta-variables to be "read" in tmp-mode 2016-10-21 13:33:07 -07:00
module.cpp feat(library/vm/vm): store .olean file name at vm_decl's 2016-11-11 16:19:19 -08:00
module.h feat(library/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08:00
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(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
noncomputable.h
norm_num.cpp
norm_num.h refactor(library/norm_num): use new type_context 2016-05-24 14:11:43 -07:00
normalize.cpp refactor(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
normalize.h refactor(library): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -07:00
num.cpp feat(library/num): handle nat.zero and (nat.succ nat.zero) at to_num 2016-11-08 16:13:21 -08:00
num.h feat(library,frontends/lean/pp): add support for new string encoding 2016-05-24 16:20:43 -07:00
pattern_attribute.cpp feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
pattern_attribute.h feat(src/library/inductive_compiler): support for nested inductive types 2016-09-16 12:50:59 -07:00
placeholder.cpp feat(frontends/lean): Type is now (Type 1) 2016-09-17 14:30:54 -07:00
placeholder.h feat(frontends/lean): Type is now (Type 1) 2016-09-17 14:30:54 -07:00
pp_options.cpp chore(library/pp_options): pp.binder_types true by default 2016-09-14 09:02:42 -07:00
pp_options.h feat(inductive_compiler): support for mutually inductive types 2016-09-10 14:22:27 -07:00
print.cpp chore(library/print): clang++ compilation warning 2016-09-28 09:11:37 -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): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -07:00
projection.h chore(library): remove lean2 old type checker 2016-09-19 22:21:19 -07:00
protected.cpp
protected.h
quote.cpp feat(library/quote): make sure to syntactically identical quoted expressions are not equated 2016-11-10 13:35:54 -08: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 feat(library/reducible): get_reducibility_fingerprint 2016-10-03 13:31:59 -07:00
reducible.h refactor(inductive_compiler): keep simulated inductive types semireducible 2016-10-13 10:12:08 -07: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/compiler,frontends/lean/elaborator): (try to) preserve position information 2016-11-09 16:51:48 -08: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
shared_environment.h
sorry.cpp
sorry.h
standard_kernel.cpp refactor(kernel): support only proof irrelevant mode 2016-09-27 17:18:52 -07:00
standard_kernel.h
string.cpp feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
string.h feat(library/comp_val): add mk_string_val_ne_proof 2016-11-23 13:19:24 -08:00
trace.cpp fix(src/emacs/lean-server): revert 133b70c0 for emacs < 25 2016-10-19 19:47:36 -07:00
trace.h fix(library/trace): prevent memory corruption with scope_traces_as_messages 2016-10-13 18:49:10 -07:00
type_context.cpp fix(library/compiler/preprocess): make sure let-expressions are not expanded in the compiler preprocessor 2016-11-22 10:24:13 -08:00
type_context.h fix(library/compiler/preprocess): make sure let-expressions are not expanded in the compiler preprocessor 2016-11-22 10:24:13 -08: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 refactor(library/exception): avoid throw_generic_exception functions 2016-09-06 12:37:56 -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
update_declaration.cpp refactor(kernel): add reducibility_hints 2016-09-04 16:30:02 -07:00
update_declaration.h
user_recursors.cpp refactor(kernel): reduce number of configurations supported in the kernel 2016-09-27 17:07:01 -07:00
user_recursors.h feat(frontends/lean, library): remove attribute and metaclass scoping 2016-07-29 23:44:21 -04:00
util.cpp feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics 2016-11-21 15:40:12 -08:00
util.h feat(library/tactic): use annotated_head_beta_reduce instead of head_beta_reduce in tactics 2016-11-21 15:40:12 -08:00