.. |
elaborator
|
fix(library/elaborator): add hack for experimenting with algebraic hierarchy
|
2014-02-25 11:20:40 -08:00 |
error_handling
|
refactor(kernel/formatter): add environment as an extra argument to the formatter
|
2014-04-30 10:28:07 -07:00 |
rewriter
|
refactor(kernel): add heterogeneous equality back to expr
|
2014-02-07 10:28:10 -08:00 |
simplifier
|
fix(library/simplifier): bug using congr1 theorem
|
2014-02-09 16:24:29 -08:00 |
tactic
|
fix(library/tactic/goal): bug in the proof builder
|
2014-02-09 15:02:36 -08: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/bin_app): add simpler is_bin_app predicate
|
2014-05-15 13:53:11 -07:00 |
CMakeLists.txt
|
feat(library/coercion): add coercion management implementation
|
2014-05-24 19:28:42 -07:00 |
coercion.cpp
|
feat(library/coercion): improve get_user_coercions API
|
2014-05-25 11:35:47 -07:00 |
coercion.h
|
feat(library/coercion): improve get_user_coercions API
|
2014-05-25 11:35:47 -07:00 |
decl_macros.h
|
refactor(kernel): move files that don't need to be in the kernel
|
2014-04-25 18:30:40 -07:00 |
deep_copy.cpp
|
refactor(kernel): move shallow copy function to library
|
2014-05-17 11:20:24 -07:00 |
deep_copy.h
|
refactor(kernel): move shallow copy function to library
|
2014-05-17 11:20:24 -07:00 |
expr_lt.cpp
|
refactor(kernel): improve names
|
2014-05-16 11:28:05 -07:00 |
expr_lt.h
|
refactor(kernel): add level normalizer, is_equivalent predicate, switch to is_equivalent in the type checker, fix bugs in is_lt predicate
|
2014-05-11 18:05:02 -07:00 |
expr_pair.h
|
feat(kernel/expr): add hash code based on allocation time
|
2013-11-14 02:43:11 -08:00 |
expr_pair_maps.h
|
refactor(*): uses aliases for unordered_map and unordered_set
|
2013-12-18 12:30:45 -08:00 |
fo_unify.cpp
|
refactor(kernel): add heterogeneous equality back to expr
|
2014-02-07 10:28:10 -08:00 |
fo_unify.h
|
feat(library/fo_unify): first order unification
|
2013-12-03 12:21:21 -08:00 |
hop_match.cpp
|
refactor(kernel): add heterogeneous equality back to expr
|
2014-02-07 10:28:10 -08:00 |
hop_match.h
|
feat(library/simplifier): make sure the simplifier can handle meta-variables
|
2014-01-28 20:30:47 -08:00 |
io_state.cpp
|
feat(library/io_state): add constructor for copying io_state, but replacing channels
|
2014-05-24 13:51:39 -07:00 |
io_state.h
|
feat(library/io_state): add constructor for copying io_state, but replacing channels
|
2014-05-24 13:51:39 -07:00 |
io_state_stream.cpp
|
refactor(kernel/formatter): add environment as an extra argument to the formatter
|
2014-04-30 10:28:07 -07:00 |
io_state_stream.h
|
refactor(kernel/formatter): add environment as an extra argument to the formatter
|
2014-04-30 10:28:07 -07:00 |
kernel_bindings.cpp
|
feat(library/module): add inductive decls to .olean files
|
2014-05-26 15:38:09 -07:00 |
kernel_bindings.h
|
feat(library/coercion): expose coercion module in the Lua API
|
2014-05-25 06:05:31 -07:00 |
kernel_serializer.cpp
|
feat(library/kernel_serializer): add serializer/deserializer for inductive decls
|
2014-05-26 15:37:53 -07:00 |
kernel_serializer.h
|
feat(library/kernel_serializer): add serializer/deserializer for inductive decls
|
2014-05-26 15:37:53 -07:00 |
max_sharing.cpp
|
chore(kernel): binder => binding where appropriate
|
2014-05-17 11:37:27 -07:00 |
max_sharing.h
|
refactor(kernel): move max_sharing to library
|
2014-05-17 11:15:08 -07:00 |
module.cpp
|
feat(library/module): add inductive decls to .olean files
|
2014-05-26 15:38:09 -07:00 |
module.h
|
feat(library/module): add inductive decls to .olean files
|
2014-05-26 15:38:09 -07:00 |
normalize.cpp
|
fix(library/normalize): bug in normalize
|
2014-05-20 11:53:58 -07:00 |
normalize.h
|
feat(library): add simple normalization procedure
|
2014-05-20 09:40:30 -07: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 |
parser_nested_exception.h
|
refactor(*): error messages
|
2014-01-13 16:54:21 -08:00 |
placeholder.cpp
|
fix(frontends/lean/parser): fix deadlock in macro parser
|
2013-12-19 21:40:00 -08:00 |
placeholder.h
|
fix(frontends/lean/parser): fix deadlock in macro parser
|
2013-12-19 21:40:00 -08:00 |
register_module.h
|
feat(library/coercion): expose coercion module in the Lua API
|
2014-05-25 06:05:31 -07:00 |
resolve_macro.cpp
|
refactor(kernel): (de)serialization procedures don't need to be in the kernel
|
2014-05-15 17:23:36 -07:00 |
resolve_macro.h
|
feat(library/resolve_macro.cpp): add macro to encode propositional resolution proofs compactly
|
2014-05-15 13:53:11 -07:00 |
shared_environment.cpp
|
feat(library/module): add declaration reader
|
2014-05-21 11:54:29 -07:00 |
shared_environment.h
|
feat(library/module): add declaration reader
|
2014-05-21 11:54:29 -07:00 |
unsolved_metavar_exception.h
|
feat(frontends/lean): improve error message for expressions containing unsolved metavariables
|
2014-01-13 13:21:44 -08:00 |