lean4-htt/src/library
Leonardo de Moura 22988bb95d feat(library/compiler): avoid pack/unpack overhead produced by the inductive_compiler in the code generator
TODO: make sure the user is not manually using cases_on for the
auxiliary datatype generated by the inductive_compiler to
destruct nested inductives.
2017-03-04 13:54:44 -08:00
..
compiler feat(library/compiler): avoid pack/unpack overhead produced by the inductive_compiler in the code generator 2017-03-04 13:54:44 -08:00
constructions fix(library/util): get_datatype_level should not assume inductive datatype result type is a sort 2017-03-02 11:42:16 -08:00
equations_compiler fix(library/equations_compiler): use ginductive API 2017-03-02 15:48:03 -08:00
inductive_compiler fix(library/inductive_compiler/ginductive): incorrect assertion 2017-03-04 13:31:34 -08:00
native_compiler chore(checker): remove gmp, mpfr, and dl library dependencies 2017-01-31 09:39:31 +01:00
tactic fix(library/tactic): fixes #1414 2017-03-03 20:50:00 -08:00
vm chore(library/vm/vm): fix comment 2017-02-23 01:52:13 +01:00
abstract_parser.h chore(util,kernel,library): clang warnings 2017-02-17 20:01:34 -08: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
annotation.h
app_builder.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
app_builder.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
arith_instance.cpp refactor(library/norm_num): delete num_of_expr dead code, move arithmetic evaluator to arith_instance 2017-02-12 20:47:01 -08: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 feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
attribute_manager.h fix(attribute_manager): finalization problem 2016-12-20 10:02:31 -08:00
aux_definition.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
aux_definition.h
aux_recursors.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
aux_recursors.h
bin_app.cpp
bin_app.h
cache_helper.h
check.cpp fix(library/tactic/rewrite_tactic): fixes #1277 2017-01-23 16:34:07 -08:00
check.h fix(library/tactic/rewrite_tactic): fixes #1277 2017-01-23 16:34:07 -08:00
choice.cpp
choice.h
class.cpp refactor(library/type_context): rename whnf_pred => whnf_head_pred 2017-02-15 20:20:27 -08:00
class.h feat(library/type_context, frontends/lean/elaborator): type classes with output parameters 2017-01-30 18:32:54 -08:00
CMakeLists.txt refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
comp_val.cpp feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class 2016-12-25 11:09:55 -08:00
comp_val.h feat(library/tactic/congruence/congruence_closure): interpreted values in the same equivalence class 2016-12-25 11:09:55 -08:00
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 feat(frontends/lean/parser): expr patterns 2017-02-23 01:52:13 +01:00
constants.h feat(frontends/lean/parser): expr patterns 2017-02-23 01:52:13 +01:00
constants.txt feat(frontends/lean/parser): expr patterns 2017-02-23 01:52:13 +01:00
deep_copy.cpp
deep_copy.h
defeq_canonizer.cpp feat(library/defeq_canonizer): add trace.defeq_canonizer 2017-01-08 19:31:04 -08: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
delayed_abstraction.h
discr_tree.cpp chore(library): define rb_expr_tree and rb_expr_map 2016-12-27 20:29:31 -08:00
discr_tree.h
documentation.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
documentation.h feat(library/documentation, frontends/lean): add /-! -/ doc string module block 2016-11-27 12:23:53 -08: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 feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
export_decl.h chore(*): compilation errors, fix style, fix warnings 2016-11-29 11:35:01 -08:00
expr_lt.cpp feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
expr_lt.h feat(library/tactic/congruence/theory_ac): add internalization, interface with congruence closure module, and trivial/simp/orient transitions 2016-12-28 21:35:16 -08: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
head_map.cpp
head_map.h
idx_metavar.cpp feat(library/tactic/smt/ematch): skeleton for AC support 2017-01-08 23:53:57 -08:00
idx_metavar.h feat(library/type_context, frontends/lean/elaborator): type classes with output parameters 2017-01-30 18:32:54 -08:00
init_module.cpp refactor(library/arith_instance_manager): rename to arith_instance, avoid copy&paste, and add support for norm_num 2017-02-12 19:11:58 -08:00
init_module.h
inverse.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
inverse.h
io_state.cpp feat(*): C++ code generator 2016-12-05 16:11:41 -08:00
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
io_state_stream.h refactor(*): structured message objects 2016-10-13 18:49:10 -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_system.cpp chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00
library_system.h
local_context.cpp perf(library/inductive_compiler): simplification with sizeof lemmas 2017-03-01 21:13:20 -08:00
local_context.h fix(library): change API and make sure we don't crash when searching for a non existing local decl 2017-02-07 09:38:19 -08: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_buffer.cpp refactor(library/task_queue): move task queue to util 2016-12-12 10:01:34 -05:00
message_buffer.h refactor(library/message_buffer): extract definitions into extra header file 2016-12-12 08:56:15 -05:00
message_builder.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
message_builder.h feat(shell): move lean.js to server mode 2017-01-13 07:34:54 -08:00
messages.cpp refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
messages.h refactor(*): reduce exception context info from expr to pos_info 2017-02-17 13:45:57 +01:00
metavar_context.cpp perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08: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 perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
module.cpp fix(library/module): has_sorry: check examples 2017-02-24 21:08:49 +01:00
module.h feat(kernel,library,frontends/lean,api): remove global universe levels from kernel and APIs 2017-02-08 17:41:44 -08:00
module_mgr.cpp feat(library/module): store whether we used sorry in olean 2017-02-05 16:35:32 +01:00
module_mgr.h feat(library/module_mgr): add function to get combined environment 2017-01-31 09:39:31 +01: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 feat(util): "deterministic timeout" option 2017-02-07 13:56:12 -08:00
mt_task_queue.h feat(util/task_queue): lazy tasks 2017-01-04 16:30:22 -08:00
noncomputable.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
noncomputable.h
norm_num.cpp chore(library/norm_num): remove more code duplication 2017-02-12 20:57:46 -08: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(library/norm_num): remove more code duplication 2017-02-12 20:57:46 -08:00
num.h feat(library): add mk_int_val_ne_proof 2016-12-24 15:22:31 -08:00
parray.h chore(*): fix tests and style 2017-02-20 23:53:44 -08:00
pattern_attribute.cpp
pattern_attribute.h
placeholder.cpp feat(frontends/lean): no global universes in the frontend 2017-02-08 17:23:04 -08:00
placeholder.h
pp_options.cpp fix(library/tactic): fixes #1369 2017-02-10 15:58:27 -08:00
pp_options.h fix(library/tactic): fixes #1369 2017-02-10 15:58:27 -08:00
print.cpp fix(library/print): avoid numerical internal names in the pretty printer 2017-01-06 19:27:31 -08:00
print.h
private.cpp feat(library/private): make sure the private prefix is an internal name 2017-01-06 11:48:05 -08:00
private.h
projection.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
projection.h
protected.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
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 fix(frontends/lean, library/tactic): remove redundant error messages, and fix position of error messages 2017-02-07 20:25:28 -08:00
reducible.cpp
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/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
relation_manager.h
replace_visitor.cpp
replace_visitor.h
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
scoped_ext.cpp feat(library): add check_constants.lean validation, cleanup unused names, minor stdlib fixes 2017-02-21 10:45:31 -08:00
scoped_ext.h feat(library): add check_constants.lean validation, cleanup unused names, minor stdlib fixes 2017-02-21 10:45:31 -08:00
shared_environment.cpp feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
shared_environment.h feat(*): parallel compilation 2016-11-29 11:12:40 -08:00
sorry.cpp chore(library): clang warnings - missing override 2017-02-06 13:44:20 -08:00
sorry.h feat(library/sorry): make sorry a macro 2017-02-05 14:01:03 +01:00
st_task_queue.cpp feat(util/task_queue): lazy tasks 2017-01-04 16:30:22 -08:00
st_task_queue.h feat(util/task_queue): lazy tasks 2017-01-04 16:30:22 -08:00
string.cpp fix(library/string,library/init/data/to_string): handle ASCII control characters 2017-01-11 23:44:33 -08: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
task_helper.cpp refactor(library/message_buffer): extract definitions into extra header file 2016-12-12 08:56:15 -05:00
task_helper.h refactor(library/task_queue): move task queue to util 2016-12-12 10:01:34 -05:00
trace.cpp refactor(frontends/lean): interactive tactic support 2017-01-21 22:38:47 -08: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 perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
type_context.h perf(library/metavar_util): quadratic behavior when assembling the final proof 2017-02-21 21:02:43 -08:00
typed_expr.cpp
typed_expr.h
unfold_macros.cpp fix(library/unfold_macros): actually unfold all macros 2017-01-31 09:39:30 +01:00
unfold_macros.h
unification_hint.cpp feat(library/module): intermediary data structure for environment modifications 2016-12-20 10:15:19 -08:00
unification_hint.h
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 fix(library/util): get_datatype_level should not assume inductive datatype result type is a sort 2017-03-02 11:42:16 -08:00
util.h fix(library/util): get_datatype_level should not assume inductive datatype result type is a sort 2017-03-02 11:42:16 -08:00
versioned_msg_buf.cpp feat(shell,emacs): new lean server protocol 2016-12-06 17:14:29 -08:00
versioned_msg_buf.h feat(shell/server): limit full message updates to once every 200ms 2017-02-10 09:01:55 +01:00