lean2/src/library
2016-07-09 10:19:23 -07:00
..
blast fix(library): compilation warnings on OSX 2016-03-03 10:02:00 -08:00
definitional Revert "fix(library/definitional/equations): add more equation validation to avoid obscure error message" 2016-07-09 10:19:23 -07:00
tactic fix(library/tactic/rewrite_tactic): do not allow projections to be unfolded 2016-03-28 13:02:57 -07:00
abbreviation.cpp refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
abbreviation.h feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
abstract_expr_manager.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
abstract_expr_manager.h fix(library/abstract_expr_manager): instantiate before calling mk_congr 2015-12-04 08:31:38 -08:00
aliases.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
aliases.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
annotation.cpp feat(frontends/lean,library/unifier): checkpoints at have-expressions 2016-02-04 19:01:19 -08:00
annotation.h feat(frontends/lean,library/unifier): checkpoints at have-expressions 2016-02-04 19:01:19 -08:00
app_builder.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
app_builder.h feat(library/congr_lemma_manager): add heterogeneous equality congruence lemmas 2016-01-09 15:41:08 -08:00
attribute_manager.cpp fix(library/attribute_manager): memory leak 2015-12-28 12:31:38 -08:00
attribute_manager.h refactor(frontends/lean): use attribute_manager to simplify decl_attributes 2015-12-17 22:28:53 -08:00
aux_recursors.cpp chore(compiler/util,library/aux_recursors): fix style 2015-09-11 23:27:43 -07:00
aux_recursors.h feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean 2015-09-11 10:08:54 -07:00
bin_app.cpp feat(library/bin_app): add simpler is_bin_app predicate 2014-05-15 13:53:11 -07:00
bin_app.h feat(library/definitional): add auxiliary functions 2014-12-03 10:28:55 -08:00
choice.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
choice.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
choice_iterator.cpp refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
choice_iterator.h refactor(frontends/lean): move choice_iterator to library 2014-12-19 14:29:32 -08:00
class.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
class.h feat(library/class): mark instances as quasireducible by default 2016-02-25 12:11:29 -08:00
class_instance_resolution.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
class_instance_resolution.h style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
CMakeLists.txt feat(library/proof_irrel_expr_manager): eq and hash modulo proof irrelevance 2016-03-01 13:44:33 -08:00
coercion.cpp refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
coercion.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
composition_manager.cpp refactor(*): cleanup replace_visitor subclasses, and make sure let-expressions are handled 2016-02-29 16:55:19 -08:00
composition_manager.h feat(library/composition_manager): check if existing definition is definitionally equal 2015-06-21 16:53:08 -07:00
congr_lemma_manager.cpp feat(library/blast/congruence_closure): add blast.cc.heq option 2016-01-10 00:15:52 -08:00
congr_lemma_manager.h feat(library/blast/congruence_closure): add blast.cc.heq option 2016-01-10 00:15:52 -08:00
constants.cpp refactor(library/tactic): remove 'append' and 'interleave' tacticals 2016-02-24 16:02:16 -08:00
constants.h refactor(library/tactic): remove 'append' and 'interleave' tacticals 2016-02-24 16:02:16 -08:00
constants.txt refactor(library/tactic): remove 'append' and 'interleave' tacticals 2016-02-24 16:02:16 -08:00
declaration_index.cpp feat(library/declaration_index): add 'a|abbreviation-name|declaration-name' entries in .ilean files 2014-09-04 09:30:25 -07:00
declaration_index.h feat(library/declaration_index): add 'a|abbreviation-name|declaration-name' entries in .ilean files 2014-09-04 09:30:25 -07:00
deep_copy.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
deep_copy.h refactor(kernel): move shallow copy function to library 2014-05-17 11:20:24 -07:00
defeq_simp_lemmas.cpp feat(library/blast/blast): use defeq_simplifier to normalize 2016-03-01 13:44:33 -08:00
defeq_simp_lemmas.h feat(library/defeq_simplifier): new simplifier that uses only definitional equalities 2016-02-22 11:01:36 -08:00
defeq_simplifier.cpp feat(library/blast/blast): use defeq_simplifier to normalize 2016-03-01 13:44:33 -08:00
defeq_simplifier.h feat(library/blast/blast): use defeq_simplifier to normalize 2016-03-01 13:44:33 -08:00
definition_cache.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
definition_cache.h feat(*): use environment fingerprint to detect when the cache cannot be used because the configuration changed, closes #75 2014-09-29 18:30:00 -07:00
error_handling.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
error_handling.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
explicit.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
explicit.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
export.cpp feat(library/export, doc/export_format): remove support for mutually inductive types 2016-03-10 20:22:47 -08:00
export.h feat(library,shell): add --export-all command line option 2015-07-28 15:54:44 -07:00
expr_lt.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
expr_lt.h feat(library/expr_lt): add expression comparison operator that ignores treat level parameters as wildcards 2015-02-10 18:20:10 -08:00
expr_pair.h feat(kernel/default_converter): cache failures for (f t =?= f s) heuristic 2015-06-08 10:41:30 -07:00
expr_pair_maps.h refactor(*): uses aliases for unordered_map and unordered_set 2013-12-18 12:30:45 -08:00
expr_unsigned_map.h refactor(library/congr_lemma_manager): move expr_unsigned_map to separate module 2016-01-06 17:29:16 -08:00
fingerprint.cpp feat(library): add environment fingerprint 2014-09-29 18:30:00 -07:00
fingerprint.h feat(library): add environment fingerprint 2014-09-29 18:30:00 -07:00
flycheck.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
flycheck.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
fun_info_manager.cpp refactor(*): cleanup replace_visitor subclasses, and make sure let-expressions are handled 2016-02-29 16:55:19 -08:00
fun_info_manager.h refactor(abstract_expr_manager): use get_specialization_prefix_size to improve performance of abstract_expr_manager 2016-01-06 17:29:48 -08:00
generic_exception.cpp refactor(library): add compile_equations function, generic_exception, and cleanup elaborator_exception 2014-12-15 19:22:17 -08:00
generic_exception.h refactor(kernel/ext_exception): add ext_exception 2015-12-04 13:22:42 -08:00
head_map.cpp refactor(kernel/ext_exception): add ext_exception 2015-12-04 13:22:42 -08:00
head_map.h refactor(library/blast/backward): use priority_queue, make sure head is normalized when building index 2015-12-28 12:26:06 -08:00
hott_kernel.cpp feat(kernel/hits): add two builtin HITs: type_quotient and trunc 2015-04-23 15:32:31 -07:00
hott_kernel.h feat(*): add support for separate HoTT library 2014-12-05 14:34:02 -08:00
idx_metavar.cpp feat(library/idx_metavar): add has_idx_metavar 2015-12-02 22:52:54 -08:00
idx_metavar.h feat(library/idx_metavar): add has_idx_metavar 2015-12-02 22:52:54 -08:00
inductive_unifier_plugin.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
inductive_unifier_plugin.h refactor(library/unifier): move inductive datatype support to inductive_unifier_plugin 2014-07-05 11:00:35 -07:00
init_module.cpp feat(library/defeq_simplifier): new simplifier that uses only definitional equalities 2016-02-22 11:01:36 -08:00
init_module.h refactor(*): start move to explicit initialization/finalization, 2014-09-22 10:41:07 -07:00
io_state.cpp fix(library/io_state): typo 2015-12-08 18:28:54 -08:00
io_state.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
io_state_stream.cpp fix(library/io_state_stream): option kind when pretty printing 2015-12-08 15:48:10 -08:00
io_state_stream.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
kernel_serializer.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
kernel_serializer.h feat(library/module): efficient inductive_reader 2015-08-15 14:48:49 -07:00
let.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
let.h feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
level_names.cpp refactor(kernel/inductive): use local constants to represent introduction rules 2015-08-25 03:46:28 -07:00
level_names.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
light_lt_manager.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
light_lt_manager.h feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
local_context.cpp fix(library/local_context): typo 2016-03-09 13:59:21 -08:00
local_context.h feat(library/local_context): encode order using a tree instead of a list 2016-03-01 16:23:51 -08:00
locals.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
locals.h feat(library/tactic/congruence_tactic): add congruence lemma generator 2015-06-05 22:00:10 -07:00
match.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
match.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
max_sharing.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
max_sharing.h refactor(kernel): move max_sharing to library 2014-05-17 11:15:08 -07:00
metavar_closure.cpp refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
metavar_closure.h refactor(*): start process for eliminating of opaque definitions from the kernel 2015-05-08 16:06:04 -07:00
module.cpp feat(library): remove decl_stats 2016-01-02 13:00:43 -08:00
module.h feat(kernel,library/module): only module reader can add declarations without type-checking them 2015-08-14 18:37:17 -07:00
noncomputable.cpp feat(library): add 'noncomputable' keyword for the standard library 2015-07-28 21:56:35 -07:00
noncomputable.h feat(library): add 'noncomputable' keyword for the standard library 2015-07-28 21:56:35 -07:00
norm_num.cpp fix(library/norm_num): fix incorrect assert 2015-12-14 14:09:54 -05:00
norm_num.h refactor(library/norm_num): avoid manual constant name initialization 2015-12-13 21:38:59 -08:00
normalize.cpp refactor(*): cleanup replace_visitor subclasses, and make sure let-expressions are handled 2016-02-29 16:55:19 -08:00
normalize.h refactor(library): add attribute manager 2015-12-17 20:58:15 -08:00
num.cpp fix(library/num): fix memory leak 2015-12-02 22:55:18 -08:00
num.h feat(library/norm_num): extend norm_num to handle subtraction 2015-11-12 20:53:37 -08:00
occurs.cpp refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
occurs.h refactor(kernel): move files that don't need to be in the kernel 2014-04-25 18:30:40 -07:00
old_local_context.cpp chore(library): rename local_context to old_local_context 2016-02-11 18:15:16 -08:00
old_local_context.h chore(library): rename local_context to old_local_context 2016-02-11 18:15:16 -08:00
parser_nested_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
placeholder.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
placeholder.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
pp_options.cpp feat(frontends/lean/pp): add option to hide binder types 2016-06-02 11:28:00 -07:00
pp_options.h feat(frontends/lean/pp): add option to hide binder types 2016-06-02 11:28:00 -07:00
print.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
print.h refactor(library): explicit initialization/finalization 2014-09-23 10:45:14 -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 feat(library/projection): add get_projection_info_map 2015-10-01 16:10:27 -07:00
projection.h feat(library/projection): add get_projection_info_map 2015-10-01 16:10:27 -07:00
proof_irrel_expr_manager.cpp fix(library/proof_irrel_expr_manager): add missing Let case 2016-03-01 14:27:37 -08:00
proof_irrel_expr_manager.h feat(library/proof_irrel_expr_manager): eq and hash modulo proof irrelevance 2016-03-01 13:44:33 -08:00
protected.cpp fix(frontends/lean): consistent behavior for protected declarations 2015-05-18 22:35:18 -07:00
protected.h fix(frontends/lean): consistent behavior for protected declarations 2015-05-18 22:35:18 -07:00
reducible.cpp feat(library/reducible): remove [quasireducible] annotation 2016-02-25 17:42:44 -08:00
reducible.h feat(library/reducible): remove [quasireducible] annotation 2016-02-25 17:42:44 -08:00
register_module.h refactor(library/app_builder): remove app_builder Lua API 2015-11-08 14:05:00 -08:00
relation_manager.cpp refactor(*): normalize metaclass names 2015-12-28 10:39:15 -08:00
relation_manager.h feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
replace_visitor.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
replace_visitor.h feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
resolve_macro.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
resolve_macro.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
scoped_ext.cpp chore(library): remove dead code 2016-02-11 18:08:44 -08:00
scoped_ext.h chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
shared_environment.cpp feat(library): remove decl_stats 2016-01-02 13:00:43 -08:00
shared_environment.h fix(library/shared_environment): compilation warning 2015-08-17 08:41:12 -07:00
sorry.cpp feat(library/app_builder): add mk_sorry method 2015-11-08 14:05:02 -08:00
sorry.h feat(library/app_builder): add mk_sorry method 2015-11-08 14:05:02 -08:00
standard_kernel.cpp feat(kernel): add experimental support for quotient types 2015-03-31 22:04:16 -07:00
standard_kernel.h refactor(kernel): move standard and hott kernel instantiations to library 2014-07-05 10:31:27 -07:00
string.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
string.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
tc_multigraph.cpp fix(library/tc_multigraph): avoid name collisions 2016-02-04 13:15:42 -08:00
tc_multigraph.h feat(library/coercion): new coercion manager 2015-07-01 16:32:34 -07:00
tmp_type_context.cpp fix(library/tmp_type_context): fixes #1033 2016-03-28 09:38:22 -07:00
tmp_type_context.h feat(library/blast/blast): use defeq_simplifier to normalize 2016-03-01 13:44:33 -08:00
trace.cpp refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
trace.h refactor(*): add abstract_type_context class 2016-02-26 14:17:34 -08:00
type_context.cpp fix(library/type_context): instantiate was not replacing all assigned metavars 2016-03-23 13:37:33 -07:00
type_context.h fix(library): compilation warnings on OSX 2016-03-03 10:02:00 -08:00
type_util.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
type_util.h refactor(library): add type_util module, and move get_expect_num_args to it 2014-09-03 08:40:03 -07:00
typed_expr.cpp fix(kernel,library): make sure macros check relevant arguments when kernel is performing full type checking 2015-05-08 12:41:23 -07:00
typed_expr.h refactor(*): explicit initialization/finalization for serialization 2014-09-22 15:26:41 -07:00
unfold_macros.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
unfold_macros.h feat(library): export environment in textual format 2015-05-04 18:05:00 -07:00
unification_hint.cpp feat(library/unification_hint): basic handling of user-supplied unification hints 2016-02-12 11:48:51 -08:00
unification_hint.h feat(library/unification_hint): basic handling of user-supplied unification hints 2016-02-12 11:48:51 -08:00
unifier.cpp feat(kernel): add let-expressions to the kernel 2016-02-29 16:40:17 -08:00
unifier.h feat(library/reducible): remove [quasireducible] annotation 2016-02-25 17:42:44 -08:00
unifier_plugin.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
unifier_plugin.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
unsolved_metavar_exception.h feat(*): distinguish between logical and runtime exceptions. 2015-01-15 16:54:55 -08:00
update_declaration.cpp refactor(kernel): rename get_weight to get_height at declaration 2015-06-30 12:59:10 -07:00
update_declaration.h feat(library): add helper functions for 'updating' declarations 2014-06-02 15:13:38 -07:00
user_recursors.cpp fix(library/user_recursors): 'print recursor-lemma' command 2016-01-01 18:12:12 -08:00
user_recursors.h feat(library/scoped_ext,frontends/lean): add support for setting attributes into different namespaces 2015-12-05 11:15:02 -08:00
util.cpp style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
util.h style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00