lean4-htt/src/library
2015-12-02 22:56:54 -08:00
..
blast feat(library/light_lt_manager): light wrappers for ordered rewriting 2015-12-02 22:56:54 -08:00
definitional
error_handling
tactic feat(library/norm_num): use type_context 2015-11-16 20:33:22 -08:00
abbreviation.cpp
abbreviation.h
abstract_expr_manager.cpp fix(library/abstract_expr_manager): remove weight and lt 2015-11-12 21:21:52 -08:00
abstract_expr_manager.h fix(library/abstract_expr_manager): remove weight and lt 2015-11-12 21:21:52 -08:00
aliases.cpp
aliases.h
annotation.cpp
annotation.h
app_builder.cpp feat(library/app_builder): avoid redundant proof terms at mk_of_iff_true and mk_not_of_iff_false 2015-11-22 15:49:17 -08:00
app_builder.h feat(library/app_builder): add lift_from_eq 2015-11-20 10:27:58 -08:00
aux_recursors.cpp
aux_recursors.h
bin_app.cpp
bin_app.h
choice.cpp
choice.h
choice_iterator.cpp
choice_iterator.h
class.cpp feat(library/class): add auxiliary methods 2015-11-08 14:05:00 -08:00
class.h feat(library/class): add auxiliary methods 2015-11-08 14:05:00 -08:00
class_instance_resolution.cpp feat(library/type_context): add mk_subsingleton_instance 2015-11-08 14:05:01 -08:00
class_instance_resolution.h feat(library/type_context): add mk_subsingleton_instance 2015-11-08 14:05:01 -08:00
CMakeLists.txt feat(library/light_lt_manager): light wrappers for ordered rewriting 2015-12-02 22:56:54 -08:00
coercion.cpp
coercion.h
composition_manager.cpp
composition_manager.h
congr_lemma_manager.cpp feat(congr_lemma_manager): add congruence lemma for equivalence relation over iff/eq 2015-11-17 18:45:22 -08:00
congr_lemma_manager.h feat(congr_lemma_manager): add congruence lemma for equivalence relation over iff/eq 2015-11-17 18:45:22 -08:00
constants.cpp feat(library/blast/congruence_closure): congruence_closure basics 2015-11-17 18:45:22 -08:00
constants.h feat(library/blast/congruence_closure): congruence_closure basics 2015-11-17 18:45:22 -08:00
constants.txt feat(library/blast/congruence_closure): congruence_closure basics 2015-11-17 18:45:22 -08:00
decl_stats.cpp
decl_stats.h
declaration_index.cpp
declaration_index.h
deep_copy.cpp
deep_copy.h
definition_cache.cpp
definition_cache.h
explicit.cpp feat(frontends/lean/elaborator): add support for partial explicit in the elaborator 2015-11-08 14:05:00 -08:00
explicit.h feat(frontends/lean/elaborator): add support for partial explicit in the elaborator 2015-11-08 14:05:00 -08:00
export.cpp
export.h
expr_lt.cpp
expr_lt.h
expr_pair.h
expr_pair_maps.h
fingerprint.cpp
fingerprint.h
flycheck.cpp
flycheck.h
fun_info_manager.cpp feat(library/fun_info_manager): add method for getting information about function prefix 2015-11-08 14:05:02 -08:00
fun_info_manager.h feat(library/fun_info_manager): add method for getting information about function prefix 2015-11-08 14:05:02 -08:00
generic_exception.cpp
generic_exception.h
head_map.cpp feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -08:00
head_map.h feat(library/blast/backward): backward chaining strategy 2015-11-18 17:48:39 -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
inductive_unifier_plugin.h
init_module.cpp feat(library/light_lt_manager): light wrappers for ordered rewriting 2015-12-02 22:56:54 -08:00
init_module.h
io_state.cpp
io_state.h
io_state_stream.cpp chore(library/io_state_stream): remove unused variable 2015-11-20 08:20:29 -08:00
io_state_stream.h
kernel_bindings.cpp
kernel_bindings.h
kernel_serializer.cpp
kernel_serializer.h
let.cpp
let.h
level_names.cpp
level_names.h
light_lt_manager.cpp feat(library/light_lt_manager): light wrappers for ordered rewriting 2015-12-02 22:56:54 -08:00
light_lt_manager.h feat(library/light_lt_manager): light wrappers for ordered rewriting 2015-12-02 22:56:54 -08:00
local_context.cpp
local_context.h
locals.cpp
locals.h
match.cpp
match.h
max_sharing.cpp
max_sharing.h
meng_paulson.cpp feat(library/meng_paulson): minor improvement 2015-11-08 14:04:56 -08:00
meng_paulson.h
metavar_closure.cpp
metavar_closure.h
module.cpp feat(library/app_builder): add mk_sorry method 2015-11-08 14:05:02 -08:00
module.h
noncomputable.cpp
noncomputable.h
norm_num.cpp fix(library/norm_num): memory leaks 2015-11-19 14:32:47 -08:00
norm_num.h feat(library/norm_num): use type_context 2015-11-16 20:33:22 -08:00
normalize.cpp
normalize.h
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
parser_nested_exception.h
placeholder.cpp
placeholder.h
pp_options.cpp
pp_options.h
print.cpp
print.h
private.cpp
private.h
projection.cpp
projection.h
protected.cpp
protected.h
reducible.cpp
reducible.h
register_module.h refactor(library/app_builder): remove app_builder Lua API 2015-11-08 14:05:00 -08:00
relation_manager.cpp fix(library/relation_manager): typo 2015-11-15 14:59:21 -08:00
relation_manager.h fix(library/relation_manager): bad style warnings 2015-11-15 11:35:20 -08:00
replace_visitor.cpp
replace_visitor.h
resolve_macro.cpp
resolve_macro.h
scoped_ext.cpp
scoped_ext.h
shared_environment.cpp
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
tc_multigraph.h
tmp_type_context.cpp fix(library/type_context,library/blast/blast): blast uses multiple type_context objects, this commit makes sure all of them use the same local name generator 2015-11-08 14:05:01 -08:00
tmp_type_context.h fix(library/type_context,library/blast/blast): blast uses multiple type_context objects, this commit makes sure all of them use the same local name generator 2015-11-08 14:05:01 -08:00
type_context.cpp feat(src/library/type_context): add support for preserving macros at type_context whnf 2015-12-02 22:52:55 -08:00
type_context.h feat(src/library/type_context): add support for preserving macros at type_context whnf 2015-12-02 22:52:55 -08:00
type_util.cpp
type_util.h
typed_expr.cpp
typed_expr.h
unfold_macros.cpp
unfold_macros.h
unifier.cpp
unifier.h
unifier_plugin.cpp
unifier_plugin.h
unsolved_metavar_exception.h
update_declaration.cpp
update_declaration.h
user_recursors.cpp feat(library/user_recursors): store whether recursor is recursive or not 2015-11-15 12:37:35 -08:00
user_recursors.h feat(library/user_recursors): store whether recursor is recursive or not 2015-11-15 12:37:35 -08:00
util.cpp feat(library/blast/unit): propagate clauses 2015-11-24 21:16:01 -08:00
util.h feat(library/blast/unit): propagate clauses 2015-11-24 21:16:01 -08:00