lean4-htt/src/library
Leonardo de Moura 9a4472cff5 fix(frontends/lean): wrong displayed type in proof with multiple sorry's, fixes #112
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-29 14:32:53 -07:00
..
error_handling chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
rewriter chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
simplifier refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
tactic refactor(*): use + for concatenating format objects 2014-08-24 09:35:25 -07:00
aliases.cpp feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00
aliases.h refactor(library/aliases): aliases are from name to names 2014-07-27 21:01:59 -07:00
annotation.cpp fix(frontends/let): let-expression pretty printer 2014-08-29 10:58:27 -07:00
annotation.h fix(frontends/let): let-expression pretty printer 2014-08-29 10:58:27 -07:00
bin_app.cpp
bin_app.h
choice.cpp fix(library/choice): style 2014-07-21 01:36:53 +01:00
choice.h
CMakeLists.txt fix(frontends/lean/pp): pretty print 'let-expressions', closes #87 2014-08-28 18:20:58 -07:00
coercion.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
coercion.h feat(library/coercion): add has_coercions_to function 2014-06-26 18:38:27 -07:00
decl_macros.h
declaration_index.cpp feat(frontends/lean): add kind and type to index, closes #89 2014-08-23 12:39:59 -07:00
declaration_index.h feat(frontends/lean): add kind and type to index, closes #89 2014-08-23 12:39:59 -07:00
deep_copy.cpp chore(kernel/replace_fn): add syntax sugar for replace function 2014-07-19 12:53:37 +01:00
deep_copy.h
definition_cache.cpp feat(frontends/lean/server): add CLEAR_CACHE command, closes #100 2014-08-27 10:31:01 -07:00
definition_cache.h feat(frontends/lean/server): add CLEAR_CACHE command, closes #100 2014-08-27 10:31:01 -07:00
explicit.cpp refactor(kernel): move annotation to library 2014-08-22 10:38:10 -07:00
explicit.h fix(frontends/lean/elaborator): bug when mixing implicit arguments and sections 2014-07-19 09:55:34 +01:00
expr_lt.cpp fix(library/expr_lt): make sure the builtin order is AC-compatible 2014-08-04 15:51:10 -07:00
expr_lt.h
expr_pair.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
expr_pair_maps.h
head_map.cpp feat(library/head_map): a simple indexing datastructure 2014-07-08 15:08:13 -07:00
head_map.h chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
hott_kernel.cpp chore(util/list): add inline functions for commonly used patterns in list processing code 2014-08-03 13:51:38 -07:00
hott_kernel.h refactor(kernel): move standard and hott kernel instantiations to library 2014-07-05 10:31:27 -07:00
inductive_unifier_plugin.cpp refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
inductive_unifier_plugin.h refactor(library/unifier): move inductive datatype support to inductive_unifier_plugin 2014-07-05 11:00:35 -07:00
io_state.cpp fix(frontends/lean/server): ignore output produced by worker thread, fixes #98 2014-08-27 10:46:49 -07:00
io_state.h fix(frontends/lean/server): ignore output produced by worker thread, fixes #98 2014-08-27 10:46:49 -07:00
io_state_stream.cpp feat(frontends/lean): add --flyinfo option 2014-07-31 19:54:21 -07:00
io_state_stream.h feat(frontends/lean): add info_manager 2014-08-06 15:25:28 -07:00
kernel_bindings.cpp refactor(library/simple_formatter): rename simple_formatter to print 2014-08-22 10:32:08 -07:00
kernel_bindings.h refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
kernel_serializer.cpp refactor(kernel): move annotation to library 2014-08-22 10:38:10 -07:00
kernel_serializer.h feat(library): add definitions_cache datastructure for implementing .clean files 2014-08-10 09:53:13 -07:00
let.cpp fix(frontends/let): let-expression pretty printer 2014-08-29 10:58:27 -07:00
let.h fix(frontends/let): let-expression pretty printer 2014-08-29 10:58:27 -07:00
level_names.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
level_names.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
locals.cpp refactor(frontends/lean): use expr_struct_set when collecting locals 2014-07-14 04:12:58 +01:00
locals.h feat(library/hop_match): port higher-order (pattern) matcher to Lean 0.2, we still have to implement support for universe levels 2014-08-03 16:03:58 -07:00
match.cpp refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
match.h feat(library/match): add basic match_plugin that just invokes whnf before failing 2014-08-05 08:37:03 -07:00
max_sharing.cpp fix(library/max_sharing): take binder annotations into account 2014-06-28 08:31:09 -07:00
max_sharing.h
module.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
module.h feat(library/module): include name of corrupted .olean file 2014-08-14 11:28:44 -07:00
normalize.cpp refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
normalize.h
num.cpp fix(library/num): bug in to_pos_num, missing test 2014-08-26 08:18:07 -07:00
num.h feat(frontends/lean): parse numerals as expressions of type 'num.num' 2014-07-02 08:09:33 -07:00
occurs.cpp
occurs.h
opaque_hints.cpp fix(*): make sure elaborator and type_checker use the same "rules" for treating opaque definitions 2014-07-27 12:12:54 -07:00
opaque_hints.h fix(*): make sure elaborator and type_checker use the same "rules" for treating opaque definitions 2014-07-27 12:12:54 -07:00
parser_nested_exception.h
placeholder.cpp feat(frontends/lean): add synthesis information only for 'explicit' placeholder 2014-08-15 12:48:36 -07:00
placeholder.h feat(frontends/lean): add synthesis information only for 'explicit' placeholder 2014-08-15 12:48:36 -07:00
print.cpp fix(frontends/lean/pp): pretty print 'let-expressions', closes #87 2014-08-28 18:20:58 -07:00
print.h fix(frontends/lean/pp): pretty print 'let-expressions', closes #87 2014-08-28 18:20:58 -07:00
private.cpp chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
private.h chore(*): create alias for std::pair 2014-08-20 16:46:19 -07:00
register_module.h refactor(library): rename hop_match to match 2014-08-04 18:30:30 -07:00
resolve_macro.cpp refactor(kernel/type_checker): remove "global" constraint buffer from type_checker, and use constraint_seq instead 2014-08-20 16:46:19 -07:00
resolve_macro.h
scoped_ext.cpp feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00
scoped_ext.h feat(*): make sections 'permanent', and add 'transient' contexts, closes #88 2014-08-23 15:45:15 -07:00
shared_environment.cpp
shared_environment.h
sorry.cpp fix(frontends/lean): wrong displayed type in proof with multiple sorry's, fixes #112 2014-08-29 14:32:53 -07:00
sorry.h fix(frontends/lean): wrong displayed type in proof with multiple sorry's, fixes #112 2014-08-29 14:32:53 -07:00
standard_kernel.cpp feat(kernel): add combinator for combining normalizer_extensions 2014-07-29 10:00:40 -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(lean/library/standard): fix tests, more cleanup 2014-08-20 18:04:31 -07:00
string.h feat(frontends/lean): parse strings as expressions of type 'string.string' 2014-07-02 10:00:55 -07:00
typed_expr.cpp feat(library): add typed_expr macro 2014-08-22 11:26:06 -07:00
typed_expr.h feat(library): add typed_expr macro 2014-08-22 11:26:06 -07:00
unifier.cpp feat(library/unifier): remove mk_macro_imitation, we instead expand the macro before solving flex-rigid constraints 2014-08-28 17:34:03 -07:00
unifier.h refactor(library/unifier): make it easier to add new options to the unifier 2014-08-20 17:30:08 -07:00
unifier_plugin.cpp refactor(library/unifier): store the unifier_plugin in the environment 2014-07-05 10:25:58 -07:00
unifier_plugin.h refactor(library/unifier): store the unifier_plugin in the environment 2014-07-05 10:25:58 -07:00
unsolved_metavar_exception.h
update_declaration.cpp
update_declaration.h