.. |
abstract.cpp
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
abstract.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
builtin.cpp
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |
builtin.h
|
Apply coding style
|
2013-09-13 18:48:09 -07:00 |
CMakeLists.txt
|
Move metavariables to the kernel. This is the first step for implementing the new elaborator.
|
2013-09-15 12:09:01 -07:00 |
context.cpp
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
context.h
|
fix(kernel): add declarations for operator<<(std::ostream&, expr const&) and operator<<(std::ostream&, context const&) in the kernel
|
2013-09-25 17:45:54 -07:00 |
environment.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
environment.h
|
Use consistent naming conventions
|
2013-09-17 14:43:07 -07:00 |
expr.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
expr.h
|
feat(kernel): add static_assert to expr,expr_eq,replace
|
2013-10-01 16:47:36 -07:00 |
expr_eq.h
|
feat(kernel): add static_assert to expr,expr_eq,replace
|
2013-10-01 16:47:36 -07:00 |
expr_maps.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
expr_sets.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
for_each.h
|
Move metavariables to the kernel. This is the first step for implementing the new elaborator.
|
2013-09-15 12:09:01 -07:00 |
free_vars.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
free_vars.h
|
Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower'
|
2013-09-16 19:32:28 -07:00 |
instantiate.cpp
|
Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower'
|
2013-09-16 19:32:28 -07:00 |
instantiate.h
|
Simplify metavariable context. Now, we have only 'lift' and 'inst' instead of 'subst', 'lift' and 'lower'
|
2013-09-16 19:32:28 -07:00 |
kernel_exception.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
level.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
level.h
|
Implement total order on expressions
|
2013-09-24 12:16:32 -07:00 |
metavar.cpp
|
Fix memory corruption bug
|
2013-09-22 18:53:58 -07:00 |
metavar.h
|
Improve higher order unification
|
2013-09-21 00:41:49 -07:00 |
normalizer.cpp
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
normalizer.h
|
Add basic support for metavariables at is_convertible. Swap is_convertible arguments to make it more intuitive.
|
2013-09-17 07:15:47 -07:00 |
object.cpp
|
Use fullpath in #include directives.
|
2013-09-12 20:04:10 -07:00 |
object.h
|
refactor(debug): improve lean_unreachable(), now we can avoid 'fake' return statements
|
2013-09-25 21:27:20 -07:00 |
occurs.cpp
|
Update to suppress unused-parameter warnings
|
2013-09-19 22:40:34 -07:00 |
occurs.h
|
Use fullpath in #include directives, add missing STL headers
|
2013-09-13 03:35:29 -07:00 |
replace.h
|
feat(kernel): add static_assert to expr,expr_eq,replace
|
2013-10-01 16:47:36 -07:00 |
type_checker.cpp
|
fix(type_checker): fix inconsistent cache bug in type_checker, add tests that expose the problem
|
2013-10-01 19:23:55 -07:00 |
type_checker.h
|
Add support for metavariables in the type checker.
|
2013-09-17 11:09:59 -07:00 |
value.h
|
Modify Doxygen file to extract all elements even the undocumented ones. Disable warnings for undocumented entities. Add extra comments.
|
2013-09-13 13:46:22 -07:00 |