lean4-htt/src/library
Leonardo de Moura b05c4e09ed feat(library/init/meta): add memoize field to simp_config and dsimp_config
We use `memoize := ff` when implementing `conv.interactive.for` and
`conv.interactive.find`.
2017-07-01 10:37:09 -07:00
..
compiler chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
constructions fix(library/constructions/injective): use same transparency setting as no_confusion 2017-06-08 10:17:21 +02:00
equations_compiler fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
inductive_compiler chore(library/tactic/simplify): remove dead option 2017-06-21 15:32:08 -07:00
native_compiler feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
tactic feat(library/init/meta): add memoize field to simp_config and dsimp_config 2017-07-01 10:37:09 -07:00
vm feat(library/init/meta/converter/interactive): add for tactic to conv mode 2017-06-30 21:27:17 -07:00
abstract_parser.h chore(library/abstract_parser,frontends/lean/parser): remove dead code 2017-03-28 11:51:50 -07:00
aliases.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
aliases.h feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
annotation.cpp chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
annotation.h
app_builder.cpp fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
app_builder.h fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
arith_instance.cpp refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
arith_instance.h refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08:00
attribute_manager.cpp fix(*): gcc 7 warnings 2017-05-31 16:35:09 -07:00
attribute_manager.h fix(*): gcc 7 warnings 2017-05-31 16:35:09 -07:00
aux_definition.cpp fix(library/aux_definition): also zeta expand the local context 2017-04-04 09:04:37 +02:00
aux_definition.h feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
aux_recursors.cpp
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h feat(library): instances are not reducible by default anymore 2017-04-26 14:10:11 -07:00
check.cpp fix(library/check): improve ensure_type 2017-06-25 14:51:09 -07:00
check.h fix(library/tactic/rewrite_tactic): fixes #1277 2017-01-23 16:34:07 -08:00
choice.cpp chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
choice.h
class.cpp feat(library/tactic): start algebraic normalizer 2017-05-15 21:46:19 -07:00
class.h feat(library/class): add attribute for tracking symbols occurring in instances of type classes 2017-05-01 18:02:30 -07:00
CMakeLists.txt refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
comp_val.cpp refactor(*): wrap string in a structure 2017-06-07 17:30:49 -07:00
comp_val.h
congr_lemma.cpp feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
congr_lemma.h feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
constants.cpp fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
constants.h fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
constants.txt fix(library/equations_compiler): performance problem reported by @dselsam 2017-06-27 15:24:12 -07:00
deep_copy.cpp
deep_copy.h
defeq_canonizer.cpp feat(library): instances are not reducible by default anymore 2017-04-26 14:10:11 -07:00
defeq_canonizer.h refactor(library/tactic): move defeq_canonizer::state to tactic_state 2017-01-07 10:17:51 -08:00
delayed_abstraction.cpp chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
delayed_abstraction.h
discr_tree.cpp
discr_tree.h
documentation.cpp fix(*): more gcc 7 warnings 2017-05-31 17:29:30 -07:00
documentation.h
eval_helper.cpp fix(*): gcc 7 linking errors 2017-05-31 16:35:09 -07:00
eval_helper.h feat(library/system/io,shell/lean): add --run switch 2017-04-11 16:41:30 -07:00
exception.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
exception.h chore(library): override warning 2017-02-28 11:24:21 -08:00
explicit.cpp
explicit.h
export.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
export.h
export_decl.cpp
export_decl.h
expr_lt.cpp fix(library/expr_lt): make sure find_local_decl is not tested in the Meta case, and add /* fall-thru */ 2017-06-20 13:47:30 -07:00
expr_lt.h fix(library/tactic/simplify): fixes #1685 2017-06-20 12:27:46 -07:00
expr_pair.h
expr_pair_maps.h
expr_unsigned_map.h
fingerprint.cpp
fingerprint.h
fun_info.cpp feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
fun_info.h feat(library/congr_lemma, library/fun_info): make sure opt_param gadget do not confuse the simplifier, fun_info, congr_lemma, etc 2017-01-30 20:23:45 -08:00
handle.cpp fix(library/handle): handle double close 2017-04-11 16:42:17 -07:00
handle.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
head_map.cpp
head_map.h
idx_metavar.cpp feat(library/idx_metavar): add helper function for converting metavariables occurring in an expression into temporary metavariables 2017-06-28 18:06:33 -07:00
idx_metavar.h feat(library/idx_metavar): add helper function for converting metavariables occurring in an expression into temporary metavariables 2017-06-28 18:06:33 -07:00
init_module.cpp refactor(init/meta/expr): unify expr and pexpr 2017-05-17 10:38:12 -07:00
init_module.h
inverse.cpp
inverse.h
io_state.cpp
io_state.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
io_state_stream.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
io_state_stream.h refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
kernel_serializer.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
kernel_serializer.h
library_task_builder.cpp fix(library/library_task_builder): prevent uninitialized task results when cancelled 2017-06-30 08:32:34 +02:00
library_task_builder.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
local_context.cpp perf(library/local_context): fix performance bottleneck at local_const 2017-06-06 10:01:08 -07:00
local_context.h perf(library/local_context): fix performance bottleneck at local_const 2017-06-06 10:01:08 -07:00
locals.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
locals.h
max_sharing.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
max_sharing.h
message_builder.cpp feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
message_builder.h feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
messages.cpp feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
messages.h feat(library/messages, frontends/lean): optional end position for messages 2017-06-15 10:47:58 -07:00
metavar_context.cpp fix(library/metavar_util): do not compress mvar assignments in tmp mode 2017-04-16 09:35:49 -07:00
metavar_context.h perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
metavar_util.h fix(library/metavar_util): do not compress mvar assignments in tmp mode 2017-04-16 09:35:49 -07:00
module.cpp fix(library/module): unfold macros in inductive types 2017-06-30 17:49:50 +02:00
module.h refactor(util/serializer,library/module): use basic_ostream::write for the olean code 2017-06-23 15:13:40 +02:00
module_mgr.cpp fix(library/module_mgr): check for errors when writing olean files 2017-06-21 11:25:25 +02:00
module_mgr.h feat(library/module_mgr): skip reverse dependency rebuild if file content is unchanged 2017-05-23 11:14:30 -07:00
mpq_macro.cpp refactor(library/arith_instance): add mk_num 2017-02-12 19:44:02 -08:00
mpq_macro.h
mt_task_queue.cpp fix(library/mt_task_queue): work around non-recursive lock 2017-06-06 19:57:04 +02:00
mt_task_queue.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
noncomputable.cpp fix(library/noncomputable): fixes #1631 2017-05-31 23:16:37 -07:00
noncomputable.h
norm_num.cpp refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
norm_num.h refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08:00
normalize.cpp
normalize.h
num.cpp chore(*): remove pos_num and num from stdlib 2017-05-25 18:24:16 -07:00
num.h chore(*): remove pos_num and num from stdlib 2017-05-25 18:24:16 -07:00
parray.cpp feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
parray.h fix(library/parray): missing lock 2017-05-09 13:57:28 -07:00
pattern_attribute.cpp
pattern_attribute.h
phash_map.h feat(library/phash_map): add name_hash_map 2017-05-09 13:57:28 -07:00
phashtable.h fix(*): more gcc 7 warnings 2017-05-31 17:29:30 -07:00
pipe.cpp feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
pipe.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
placeholder.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
placeholder.h
pp_options.cpp feat(frontends/lean): add option for pretty printing metavars, sorry and delayed abstractions as holes 2017-06-15 10:24:26 -07:00
pp_options.h feat(frontends/lean): add option for pretty printing metavars, sorry and delayed abstractions as holes 2017-06-15 10:24:26 -07:00
print.cpp fix(library/print): consider constant roots in is_used_name 2017-03-31 09:40:49 -07:00
print.h
private.cpp feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
private.h feat(frontends/lean,library/equations_compiler): abstract proofs in equations and regular definitions 2017-03-25 14:22:52 -07:00
process.cpp feat(library/process,system/io): set environment variables for spawned processes 2017-05-04 16:41:11 -07:00
process.h feat(library/process,system/io): set environment variables for spawned processes 2017-05-04 16:41:11 -07:00
profiling.cpp refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
profiling.h refactor(frontends/lean/definition_cmds): make profiling threshold configurable 2017-04-23 11:22:41 -07:00
projection.cpp
projection.h
protected.cpp
protected.h
quote.cpp chore(library, frontends/lean): use override 2017-06-22 16:15:21 -07:00
quote.h fix(library/quote): use opaque macro for elaborated expr quotations 2017-06-07 10:00:17 -07:00
reducible.cpp
reducible.h
register_module.h
relation_manager.cpp
relation_manager.h
replace_visitor.cpp chore(library): make sure replace_visitor behavior is not compiler dependent, and remove code duplication 2017-06-12 20:18:11 -07:00
replace_visitor.h
replace_visitor_with_tc.cpp
replace_visitor_with_tc.h
scoped_ext.cpp feat(frontends/lean/{builtin_cmds,interactive}): complete namespace/section after end 2017-04-23 11:26:31 -07:00
scoped_ext.h fix(frontends/lean/{parser_config,user_notation): persisting user notations 2017-06-07 10:09:38 -07:00
shared_environment.cpp
shared_environment.h
sorry.cpp feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
sorry.h feat(frontends/lean/elaborator,library/sorry): suppress error message that mention synthetic sorrys 2017-05-23 11:14:30 -07:00
st_task_queue.cpp refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
st_task_queue.h refactor(*): task<T>, log_tree, cancellation_token 2017-03-23 08:57:52 +01:00
string.cpp fix(library/string): correctly escape non-printable characters 2017-06-23 20:39:41 +02:00
string.h fix(frontends/lean/pp,library/equations_compiler,library/tactic/smt/congruence_closure): bug at to_char function 2017-01-11 23:44:25 -08:00
trace.cpp feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
trace.h feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
type_context.cpp feat(library/tactic/simp_lemmas): simp lemmas may contain metavariables 2017-06-28 18:17:21 -07:00
type_context.h feat(library/tactic/simp_lemmas): simp lemmas may contain metavariables 2017-06-28 18:17:21 -07:00
typed_expr.cpp
typed_expr.h
unfold_macros.cpp fix(library/unfold_macros): recursively unfold macros 2017-03-27 13:42:08 -07:00
unfold_macros.h
unification_hint.cpp feat(library/unification_hint): improve unification_hint matcher 2017-03-21 10:19:34 -07:00
unification_hint.h refactor(library): avoid auxiliary definitions such as add/mul/le/etc 2017-05-01 08:52:19 -07:00
update_declaration.cpp
update_declaration.h
user_recursors.cpp chore(library/user_recursors): add drec_on and dcases_on 2017-03-01 15:56:06 -08:00
user_recursors.h
util.cpp refactor(init/meta/expr): unify expr and pexpr 2017-05-17 10:38:12 -07:00
util.h feat(inductive_compiler): generate injectivity lemmas 2017-03-10 22:27:18 -08:00