| .. |
|
blast
|
feat(library/blast): add simple indexing data-structure for active hypotheses
|
2015-11-11 00:02:47 -08:00 |
|
definitional
|
feat(library,library/definitional): tag auxiliary recursors automatically generated by Lean
|
2015-09-11 10:08:54 -07:00 |
|
error_handling
|
feat(CMakeLists): add shared library
|
2015-08-13 11:21:05 -07:00 |
|
simplifier
|
fix(library/simplifier/simp_rule_set): use lists instead of vectors
|
2015-11-10 08:58:46 -08:00 |
|
tactic
|
refactor(library/util): rename old is_eq_rec
|
2015-11-08 14:05:01 -08:00 |
|
abbreviation.cpp
|
feat(library/abbreviation): apply eta-reduction when expanding abbreviations
|
2015-06-10 14:52:59 -07:00 |
|
abbreviation.h
|
feat(library): add 'abbreviation' management module
|
2015-02-10 17:25:11 -08:00 |
|
aliases.cpp
|
refactor(library/aliases): cleanup
|
2015-08-11 06:41:56 -07:00 |
|
aliases.h
|
|
|
|
annotation.cpp
|
fix(library/annotation): add missing == and hash methods for annotation class
|
2015-06-01 11:27:46 -07:00 |
|
annotation.h
|
feat(frontends/lean): treat "proof t qed" as alias for "by exact t"
|
2015-03-05 11:12:39 -08:00 |
|
app_builder.cpp
|
feat(library/blast): add simple indexing data-structure for active hypotheses
|
2015-11-11 00:02:47 -08:00 |
|
app_builder.h
|
feat(library/blast): add simple indexing data-structure for active hypotheses
|
2015-11-11 00:02:47 -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
|
|
|
|
bin_app.h
|
|
|
|
choice.cpp
|
feat(library/tactic/rewrite_tactic): display list of overloads occurring in a failed rewrite step
|
2015-06-14 16:30:18 -07:00 |
|
choice.h
|
feat(library/tactic/rewrite_tactic): display list of overloads occurring in a failed rewrite step
|
2015-06-14 16:30:18 -07:00 |
|
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/congr_lemma_manager): add congr_lemma_manager skeleton and compute type of congruence lemma
|
2015-11-08 14:05:02 -08:00 |
|
coercion.cpp
|
chore(library/coercion): fix style
|
2015-08-14 18:49:01 -07:00 |
|
coercion.h
|
feat(library/coercion): new coercion manager
|
2015-07-01 16:32:34 -07:00 |
|
composition_manager.cpp
|
fix(library/composition_manager): typo
|
2015-06-27 14:12:26 -07: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
|
refactor(library/app_builder): throw exception instead of returning none_expr
|
2015-11-08 14:05:03 -08:00 |
|
congr_lemma_manager.h
|
refactor(library/congr_lemma_manager): API
|
2015-11-08 14:05:03 -08:00 |
|
constants.cpp
|
chore(library/constants.cpp): regenerate automatically generated file
|
2015-11-08 14:05:03 -08:00 |
|
constants.h
|
feat(library/congr_lemma_manager): handle simple congruence lemmas
|
2015-11-08 14:05:02 -08:00 |
|
constants.txt
|
feat(library/congr_lemma_manager): handle simple congruence lemmas
|
2015-11-08 14:05:02 -08:00 |
|
decl_stats.cpp
|
feat(library/meng_paulson): ignore class and class-instances when computing set of relevant theorems
|
2015-11-08 14:04:56 -08:00 |
|
decl_stats.h
|
feat(library/meng_paulson): ignore class and class-instances when computing set of relevant theorems
|
2015-11-08 14:04:56 -08:00 |
|
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
|
fix(library/export): typos
|
2015-08-18 17:49:03 -07:00 |
|
export.h
|
feat(library,shell): add --export-all command line option
|
2015-07-28 15:54:44 -07:00 |
|
expr_lt.cpp
|
feat(library/expr_lt): add expression comparison operator that ignores treat level parameters as wildcards
|
2015-02-10 18:20:10 -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
|
|
|
|
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/head_map): support local name in the head_map
|
2015-11-10 20:02:31 -08:00 |
|
head_map.h
|
feat(library/head_map): support local name in the head_map
|
2015-11-10 20:02:31 -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
|
|
|
|
idx_metavar.cpp
|
fix(library/idx_metavar): compilation problem in debug mode
|
2015-06-09 14:37:17 -07:00 |
|
idx_metavar.h
|
feat(library): add idx_metavar module
|
2015-06-08 16:02:37 -07:00 |
|
inductive_unifier_plugin.cpp
|
fix(library/inductive_unifier_plugin): avoid potential assertion violation
|
2015-06-26 17:18:29 -07:00 |
|
inductive_unifier_plugin.h
|
|
|
|
init_module.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 |
|
init_module.h
|
|
|
|
io_state.cpp
|
|
|
|
io_state.h
|
|
|
|
io_state_stream.cpp
|
|
|
|
io_state_stream.h
|
|
|
|
kernel_bindings.cpp
|
feat(library/kernel_bindings): expose get_ios in the Lua API
|
2015-09-29 10:55:08 -07:00 |
|
kernel_bindings.h
|
|
|
|
kernel_serializer.cpp
|
refactor(kernel/inductive): use local constants to represent introduction rules
|
2015-08-25 03:46:28 -07:00 |
|
kernel_serializer.h
|
feat(library/module): efficient inductive_reader
|
2015-08-15 14:48:49 -07:00 |
|
let.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 |
|
let.h
|
|
|
|
level_names.cpp
|
refactor(kernel/inductive): use local constants to represent introduction rules
|
2015-08-25 03:46:28 -07:00 |
|
level_names.h
|
|
|
|
local_context.cpp
|
fix(library/local_context): bug in abstract_locals procedure
|
2015-09-12 17:17:13 -07:00 |
|
local_context.h
|
refactor(library/local_context): avoid hack in local_context
|
2015-06-18 15:41:00 -07:00 |
|
locals.cpp
|
feat(library/tactic/congruence_tactic): add congruence lemma generator
|
2015-06-05 22:00:10 -07:00 |
|
locals.h
|
feat(library/tactic/congruence_tactic): add congruence lemma generator
|
2015-06-05 22:00:10 -07:00 |
|
match.cpp
|
feat(library): add idx_metavar module
|
2015-06-08 16:02:37 -07:00 |
|
match.h
|
feat(library): add idx_metavar module
|
2015-06-08 16:02:37 -07:00 |
|
max_sharing.cpp
|
feat(library/max_sharing): maximize sharing in universe level expressions
|
2015-05-06 14:26:12 -07:00 |
|
max_sharing.h
|
|
|
|
meng_paulson.cpp
|
feat(library/meng_paulson): minor improvement
|
2015-11-08 14:04:56 -08:00 |
|
meng_paulson.h
|
feat(library): add Meng&Paulson heuristic for selecting theorems
|
2015-11-08 14:04:56 -08: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/app_builder): add mk_sorry method
|
2015-11-08 14:05:02 -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
|
chore(library/norm_num,library/tactic/norm_num_tactic): fix style
|
2015-11-08 14:04:57 -08:00 |
|
norm_num.h
|
fix(library/norm_num): use new type-class resolution procedure at norm_num
|
2015-11-08 14:04:57 -08:00 |
|
normalize.cpp
|
feat(library,hott,frontends/lean): avoid keywords with hyphen
|
2015-11-08 14:04:54 -08:00 |
|
normalize.h
|
feat(library/definitional/no_confusion): add [unfold] hint to no_confusion
|
2015-07-07 20:07:13 -07:00 |
|
num.cpp
|
fix(hott,frontends/lean,library,library/tactic): make sure we can still compile the HoTT library
|
2015-11-08 14:04:55 -08:00 |
|
num.h
|
fix(hott,frontends/lean,library,library/tactic): make sure we can still compile the HoTT library
|
2015-11-08 14:04:55 -08:00 |
|
occurs.cpp
|
|
|
|
occurs.h
|
|
|
|
parser_nested_exception.h
|
|
|
|
placeholder.cpp
|
|
|
|
placeholder.h
|
|
|
|
pp_options.cpp
|
chore(library,frontends/lean): remove option pp.extra_spaces
|
2015-10-13 09:52:35 -07:00 |
|
pp_options.h
|
chore(library,frontends/lean): remove option pp.extra_spaces
|
2015-10-13 09:52:35 -07:00 |
|
print.cpp
|
|
|
|
print.h
|
|
|
|
private.cpp
|
feat(library/private): add is_private predicate
|
2015-09-30 18:50:09 -07:00 |
|
private.h
|
feat(library/private): add is_private predicate
|
2015-09-30 18:50:09 -07: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 |
|
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,hott,frontends/lean): avoid keywords with hyphen
|
2015-11-08 14:04:54 -08:00 |
|
reducible.h
|
refactor(library/tactic/induction_tactic): cleanup
|
2015-06-22 10:23:54 -07:00 |
|
register_module.h
|
refactor(library/app_builder): remove app_builder Lua API
|
2015-11-08 14:05:00 -08:00 |
|
relation_manager.cpp
|
chore(library/relation_manager): fix bogus style warnings
|
2015-11-08 14:05:01 -08:00 |
|
relation_manager.h
|
feat(library/app_builder): add helper methods for creating binary relations, and refl/symm/trans proofs
|
2015-11-08 14:05:00 -08:00 |
|
replace_visitor.cpp
|
|
|
|
replace_visitor.h
|
|
|
|
resolve_macro.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 |
|
resolve_macro.h
|
|
|
|
scoped_ext.cpp
|
feat(frontends/lean/decl_cmds): closes #791
|
2015-08-11 17:53:33 -07:00 |
|
scoped_ext.h
|
feat(frontends/lean): add 'wait' command
|
2015-05-08 20:05:21 -07:00 |
|
shared_environment.cpp
|
feat(library): add declaration statistics
|
2015-11-08 14:04:56 -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
|
|
|
|
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
|
|
|
|
tc_multigraph.cpp
|
feat(library/coercion): new coercion manager
|
2015-07-01 16:32:34 -07:00 |
|
tc_multigraph.h
|
feat(library/coercion): new coercion manager
|
2015-07-01 16:32:34 -07:00 |
|
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
|
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.h
|
fix(library/type_context): compilation warning
|
2015-11-08 14:05:01 -08:00 |
|
type_util.cpp
|
|
|
|
type_util.h
|
|
|
|
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
|
|
|
|
unfold_macros.cpp
|
fix(library/unfold_macros): fixes #806
|
2015-08-18 17:46:47 -07:00 |
|
unfold_macros.h
|
feat(library): export environment in textual format
|
2015-05-04 18:05:00 -07:00 |
|
unifier.cpp
|
fix(library/unifier): fixes #809
|
2015-08-31 17:59:30 -10:00 |
|
unifier.h
|
fix(library/unifier): fixes #705
|
2015-06-26 19:10:46 -07:00 |
|
unifier_plugin.cpp
|
refactor(*): clarify name_generator ownership
|
2015-05-21 14:32:36 -07:00 |
|
unifier_plugin.h
|
refactor(*): clarify name_generator ownership
|
2015-05-21 14:32:36 -07:00 |
|
unsolved_metavar_exception.h
|
|
|
|
update_declaration.cpp
|
refactor(kernel): rename get_weight to get_height at declaration
|
2015-06-30 12:59:10 -07:00 |
|
update_declaration.h
|
|
|
|
user_recursors.cpp
|
feat(library/user_recursors): add is_user_defined_recursor predicate
|
2015-07-12 11:25:50 -04:00 |
|
user_recursors.h
|
feat(library/user_recursors): add is_user_defined_recursor predicate
|
2015-07-12 11:25:50 -04:00 |
|
util.cpp
|
feat(library/util): add auxiliary recognizers
|
2015-11-08 14:05:01 -08:00 |
|
util.h
|
feat(library/util): add auxiliary recognizers
|
2015-11-08 14:05:01 -08:00 |