lean4-htt/src/library
2016-02-23 13:32:34 -08:00
..
blast fix(library/blast/forward/ematch): must used the right type_context 2016-02-23 13:32:34 -08:00
definitional feat(library/definitional/projection,frontends/lean/structure_cmd): creating inductive predicates using structure command 2016-02-22 16:09:44 -08:00
tactic style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08: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 fix(library/abstract_expr_manager): bug introduced today 2016-01-06 17:30:14 -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
aux_recursors.h
bin_app.cpp
bin_app.h
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
choice_iterator.h
class.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
class.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
class_instance_resolution.cpp style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -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/defeq_simplifier): new simplifier that uses only definitional equalities 2016-02-22 11:01:36 -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(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
composition_manager.h
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 style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
constants.h style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
constants.txt style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
declaration_index.cpp
declaration_index.h
deep_copy.cpp
deep_copy.h
defeq_simp_lemmas.cpp feat(library/defeq_simplifier): new simplifier that uses only definitional equalities 2016-02-22 11:01:36 -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/defeq_simplifier): no need to reverse args 2016-02-22 11:01:36 -08:00
defeq_simplifier.h feat(library/defeq_simplifier): new simplifier that uses only definitional equalities 2016-02-22 11:01:36 -08:00
definition_cache.cpp
definition_cache.h
error_handling.cpp chore(*): remove support for Lua 2016-02-11 17:17:55 -08:00
error_handling.h refactor(library/error_handling): move error_handling to library main dir 2015-12-29 15:31:40 -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): take binder labels into account when max-sharing expression during .olean generation 2015-12-10 23:27:44 -08:00
export.h
expr_lt.cpp
expr_lt.h
expr_pair.h
expr_pair_maps.h
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
fingerprint.h
flycheck.cpp
flycheck.h
fun_info_manager.cpp refactor(abstract_expr_manager): use get_specialization_prefix_size to improve performance of abstract_expr_manager 2016-01-06 17:29:48 -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
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
hott_kernel.h
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
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
io_state.cpp fix(library/io_state): typo 2015-12-08 18:28:54 -08:00
io_state.h fix(library/io_state): typo 2015-12-08 18:28:54 -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 fix(library/io_state_stream): option kind when pretty printing 2015-12-08 15:48:10 -08:00
kernel_serializer.cpp feat(kernel/expr,library/blast/blast,frontends/lean/decl_cmds): add workaround for allowing users to use blast inside of recursive equations 2016-01-03 21:53:31 -08:00
kernel_serializer.h
let.cpp
let.h
level_names.cpp
level_names.h
light_lt_manager.cpp refactor(*): normalize metaclass names 2015-12-28 10:39:15 -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
locals.cpp
locals.h
match.cpp chore(library): remove dead code 2016-02-11 18:08:44 -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
max_sharing.h
metavar_closure.cpp
metavar_closure.h
module.cpp feat(library): remove decl_stats 2016-01-02 13:00:43 -08:00
module.h
noncomputable.cpp
noncomputable.h
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(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -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
occurs.h
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
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 chore(library/pp_options): reduce pp default limits 2016-02-04 14:55:21 -08:00
pp_options.h feat(library/util, library/pp_options): add pp.goal.max_hypotheses 2015-12-30 12:43:03 -08:00
print.cpp
print.h
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
projection.h
protected.cpp
protected.h
reducible.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
reducible.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
register_module.h
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
replace_visitor.h
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
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
standard_kernel.h
string.cpp
string.h
tc_multigraph.cpp fix(library/tc_multigraph): avoid name collisions 2016-02-04 13:15:42 -08:00
tc_multigraph.h
tmp_type_context.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
tmp_type_context.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
trace.cpp feat(library/trace): register debug trace class 2016-01-13 15:15:15 -08:00
trace.h feat(library/trace): allow user to disable subclasses of a trace class 2015-12-11 11:03:16 -08:00
type_context.cpp style(*): rename is_hprop/is_hset to is_prop/is_set 2016-02-22 11:15:38 -08:00
type_context.h feat(library/unification_hint): basic handling of user-supplied unification hints 2016-02-12 11:48:51 -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
typed_expr.cpp
typed_expr.h
unfold_macros.cpp refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
unfold_macros.h
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 refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -08:00
unifier.h refactor(*): remove name_generator and use simpler mk_fresh_name 2016-02-11 18:05:57 -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
update_declaration.cpp
update_declaration.h
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