lean4-htt/src/library
2016-10-16 16:25:14 -07:00
..
compiler feat(library/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07: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 refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder 2016-10-12 14:36:00 -07:00
inductive_compiler chore(library/tactic): move simplifier to tactic folder 2016-10-16 16:25:14 -07:00
tactic chore(library/tactic): move simplifier to tactic folder 2016-10-16 16:25:14 -07:00
vm fix(meta/mk_dec_eq_instance): handle indices and ginductives 2016-10-13 10:12:37 -07: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
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
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
choice.h
class.cpp fix(library/class): attributes instance and class were not being registered in the attribute_manager when procedures add_instance and add_class were being used directly 2016-10-01 13:45:23 -07:00
class.h refactor(library): reduce dependecies on old code, simplify normalize module 2016-09-19 22:12:34 -07:00
CMakeLists.txt chore(*): remove .clean support 2016-10-13 19:58:58 -07: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/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07:00
constants.h feat(library/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07:00
constants.txt feat(library/tactic): 'eval_expr' tactic skeleton 2016-10-03 16:26:28 -07:00
deep_copy.cpp
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
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 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
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 refactor(library, library/tactic): move simp_lemmas and eqn_lemmas to tactic folder 2016-10-12 14:36:00 -07:00
init_module.h
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 feat(library/noncomputable): improve is_noncomputable 2016-09-08 14:02:23 -07: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): expose new dsimplify in Lean 2016-10-12 07:25:09 -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
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 feat(library): add helper methods 2016-08-29 08:31:33 -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/metavar_util): assertion violation 2016-08-03 18:20:59 -07:00
module.cpp refactor(*): integrate emscripten build 2016-10-16 14:41:35 -07:00
module.h feat(frontends/lean/parser,library/module): warn if imported modules are out-of-date 2016-10-13 18:49:10 -07: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
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
num.h
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
private.cpp
private.h
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 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 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
replace_visitor.h
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
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(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 fix(library/trace): prevent memory corruption with scope_traces_as_messages 2016-10-13 18:49:10 -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 chore(library/type_context): comment assertion violated by the pretty printer 2016-10-13 19:34:58 -07:00
type_context.h refactor(library/simp_lemmas): new simp_lemmas module that combines rfl_lemmas and simplifier/simp_lemmas 2016-10-08 20:57:08 -07:00
typed_expr.cpp
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 refactor(kernel): support only proof irrelevant mode 2016-09-27 17:18:52 -07:00
util.h chore(*): cleanup 2016-09-27 17:30:57 -07:00