lean4-htt/src/library
Leonardo de Moura 8ed89c6ac3 chore(library): remove normalize.cpp
The command `#reduce` was also temporarily removed.
2018-09-04 10:51:14 -07:00
..
compiler chore(library): remove normalize.cpp 2018-09-04 10:51:14 -07:00
constructions chore(library): remove normalize.cpp 2018-09-04 10:51:14 -07:00
equations_compiler chore(library): remove normalize.cpp 2018-09-04 10:51:14 -07:00
inductive_compiler feat(library/constructions/cases_on): add cases_on for new inductive datatype module 2018-09-04 09:26:16 -07:00
tactic chore(*): remove some references to old inductive datatype module 2018-09-04 10:45:17 -07:00
vm chore(library): remove normalize.cpp 2018-09-04 10:51:14 -07:00
abstract_context_cache.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
abstract_context_cache.h chore(library): remove congr_lemma 2018-08-23 16:48:43 -07:00
abstract_parser.h feat(library/derive_attribute): temporary, hacky C++ implementation of @[derive] 2018-08-01 18:44:23 -07:00
aliases.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
aliases.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
annotation.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
annotation.h feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
app_builder.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
app_builder.h feat(kernel/inductive/inductive): dependent elimination for inductive predicates 2018-06-12 13:03:26 -07:00
attribute_manager.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
attribute_manager.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
aux_definition.cpp chore(kernel): remove certified_declaration 2018-08-22 12:11:34 -07:00
aux_definition.h feat(library/compiler, library/equations_compiler): avoid rec_fn_macro in the equation and bytecode compilers 2018-05-31 17:08:12 -07:00
aux_recursors.cpp
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
check.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
check.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
class.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
class.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
CMakeLists.txt chore(library): remove normalize.cpp 2018-09-04 10:51:14 -07:00
comp_val.cpp refactor(library/string): remove string_macro 2018-06-14 16:26:39 -07:00
comp_val.h chore(library): cleanup constants.txt 2018-04-12 16:43:11 -07:00
constants.cpp feat(library/init/io): introduce has_eval class to customize #eval output 2018-08-21 08:43:09 -07:00
constants.h feat(library/init/io): introduce has_eval class to customize #eval output 2018-08-21 08:43:09 -07:00
constants.txt feat(library/init/io): introduce has_eval class to customize #eval output 2018-08-21 08:43:09 -07:00
context_cache.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
context_cache.h refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
deep_copy.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
deep_copy.h
derive_attribute.cpp chore(*): remove some references to old inductive datatype module 2018-09-04 10:45:17 -07:00
derive_attribute.h feat(library/derive_attribute): temporary, hacky C++ implementation of @[derive] 2018-08-01 18:44:23 -07:00
documentation.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
documentation.h
elab_context.cpp feat(library): add elab_context 2018-03-05 13:11:55 -08:00
elab_context.h feat(library): add elab_context 2018-03-05 13:11:55 -08:00
error_msgs.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
error_msgs.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
eval_helper.cpp refactor(library/vm/vm_io,library/system/io): remove io classes, make errors explicit 2018-08-21 08:43:09 -07:00
eval_helper.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
exception.cpp refactor(*): use C++11 std::current_exception and std::rethrow_exception 2018-06-07 16:28:54 -07:00
exception.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
explicit.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
explicit.h
export_decl.cpp fix(library/export_decl): bug at export_decl_modification::perform 2018-05-31 09:16:46 -07:00
export_decl.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
expr_lt.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -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 refactor(kernel/expr): implement expr using runtime/object 2018-06-21 16:05:33 -07:00
ext_exception.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
fingerprint.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
fingerprint.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
formatter.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
formatter.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
fun_info.cpp refactor(kernel): simplify binder_info 2018-06-20 15:31:40 -07:00
fun_info.h feat(library): implement new cache API for fun_info 2018-03-05 15:46:42 -08:00
handle.cpp feat(library/system/io): implement io using string instead of char_buffer 2018-05-02 17:31:51 -07:00
handle.h feat(library/system/io): implement io using string instead of char_buffer 2018-05-02 17:31:51 -07:00
head_map.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
head_map.h refactor(kernel): remove unnecessary expr_kind printer 2018-06-22 12:35:38 -07:00
idx_metavar.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -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 chore(library): remove defeq_canonizer 2018-09-03 17:48:01 -07:00
init_module.h
io_state.cpp chore(library/io_state): avoid thread local storage 2018-02-16 12:12:50 -08:00
io_state.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
io_state_stream.cpp refactor(kernel): remove unnecessary expr_kind printer 2018-06-22 12:35:38 -07:00
io_state_stream.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
kernel_serializer.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
kernel_serializer.h refactor(kernel/declaration): implement definition/constant/axiom/theorem using runtime/object 2018-06-25 10:05:45 -07:00
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 refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
local_context.h refactor(kernel): simplify binder_info 2018-06-20 15:31:40 -07:00
local_instances.h refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
locals.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
locals.h chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
max_sharing.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
max_sharing.h
message_builder.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
message_builder.h refactor(*): add runtime folder 2018-05-14 14:23:56 -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 refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
metavar_context.h refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
metavar_util.h refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
module.cpp feat(kernel): proper constant_info and declaration objects for quot type 2018-08-28 13:46:31 -07:00
module.h feat(kernel): proper constant_info and declaration objects for quot type 2018-08-28 13:46:31 -07:00
module_mgr.cpp fix(*): truncation bugs 2018-06-15 16:05:11 -07:00
module_mgr.h chore(library): adjust include files 2018-02-21 15:04:20 -08:00
mt_task_queue.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
mt_task_queue.h feat(util/log_tree): annotate nodes with detail levels 2017-03-23 09:03:43 +01:00
noncomputable.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
noncomputable.h
num.cpp fix(library/num): fixes #1862 2017-11-09 09:49:53 -08:00
num.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
parray.cpp feat(library/parray): add trace option for tracking destructive updates 2017-03-07 10:57:40 -08:00
parray.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
pattern_attribute.cpp
pattern_attribute.h
persistent_context_cache.cpp chore(library): remove congr_lemma 2018-08-23 16:48:43 -07:00
persistent_context_cache.h chore(library): remove congr_lemma 2018-08-23 16:48:43 -07:00
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 refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
pipe.h feat(library/vm/process): add basic process support 2017-03-28 18:08:06 -07:00
placeholder.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
placeholder.h
pos_info_provider.cpp feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
pos_info_provider.h feat(library,frontends/lean): use mdata instead of hacky cache for position information in preterms 2018-09-02 18:08:41 -07:00
pp_options.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
pp_options.h chore(library/pp_options): remove dead option 2018-06-05 14:27:04 -07:00
print.cpp feat(library/print): print mdata 2018-09-02 18:08:41 -07:00
print.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
private.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
private.h refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
process.cpp fix(process): fix inherited io on windows (handles were being incorrectly closed) 2018-02-27 10:55:42 -08:00
process.h fix(process): order of parameters of process class was wrong 2018-02-27 10:55:42 -08: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 refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
projection.h
protected.cpp
protected.h
quote.cpp refactor(library/init/meta/expr): use lean.expr 2018-06-22 10:29:56 -07:00
quote.h fix(library/quote): use opaque macro for elaborated expr quotations 2017-06-07 10:00:17 -07:00
reducible.cpp refactor(kernel): split declaration into declaration and constant_info 2018-08-22 17:53:11 -07:00
reducible.h
register_module.h
relation_manager.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
relation_manager.h
replace_visitor.cpp refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
replace_visitor.h refactor(kernel/expr): remove mlocal_* functions 2018-06-22 14:25:31 -07:00
replace_visitor_with_tc.cpp refactor(kernel): remove tag from kernel expressions 2018-06-08 10:29:22 -07:00
replace_visitor_with_tc.h chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
scope_pos_info_provider.cpp refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
scope_pos_info_provider.h refactor(kernel): move formatting stuff out of the kernel 2018-06-07 16:28:54 -07:00
scoped_ext.cpp refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
scoped_ext.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
sorry.cpp refactor(kernel): continue constant_info/declaration refactoring 2018-08-27 17:23:26 -07:00
sorry.h feat(library,frontends): remove sorry macro 2018-05-24 14:00: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 chore(kernel/expr): remove some old/legacy functions 2018-06-22 12:52:14 -07:00
string.h refactor(library/string): remove string_macro 2018-06-14 16:26:39 -07:00
subscripted_name_set.cpp refactor(util,library): move subscripted_name_set to library 2018-06-05 08:06:32 -07:00
subscripted_name_set.h refactor(util,library): move subscripted_name_set to library 2018-06-05 08:06:32 -07:00
time_task.cpp chore(library/time_task): style 2018-02-19 10:30:49 -08:00
time_task.h feat(library/time_task): print cumulative times on --profile 2018-02-19 09:13:24 -08:00
trace.cpp chore(kernel): type_checker ==> old_type_checker 2018-06-06 16:10:40 -07:00
trace.h feat(frontends/lean,shell/server): "hole" command 2017-06-14 21:56:17 -07:00
type_context.cpp feat(library/type_context, kernel/type_checker): use inductive_reduce_rec 2018-09-03 16:52:53 -07:00
type_context.h feat(library/type_context, kernel/type_checker): use inductive_reduce_rec 2018-09-03 16:52:53 -07:00
unique_id.cpp refactor(*): add runtime folder 2018-05-14 14:23:56 -07:00
unique_id.h feat(library/tactic): add tactic_state_context_cache helper class 2018-02-21 15:04:20 -08:00
user_recursors.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
user_recursors.h refactor(*): list<name> ==> obj_list<name> 2018-05-23 15:48:43 -07:00
util.cpp chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00
util.h chore(kernel): univ_param vs lparam, level_param_names ==> names, and other inconsistencies 2018-09-03 13:05:42 -07:00