.. |
abstract.cpp
|
chore(*): consistent file name convention
|
2013-12-03 12:40:52 -08:00 |
abstract.h
|
feat(library/tactic/boolean_tactics): avoid unnecessary Let expression in proof terms
|
2013-12-06 15:01:54 -08:00 |
builtin.cpp
|
feat(kernel): add abstraction (aka function extensionality) axiom
|
2013-12-01 13:57:14 -08:00 |
builtin.h
|
feat(kernel): add abstraction (aka function extensionality) axiom
|
2013-12-01 13:57:14 -08:00 |
CMakeLists.txt
|
refactor(kernel): add find_fn, replace for_each_fn with find_fn when appropriate, remove unnecessary function has_cached_type
|
2013-11-19 13:03:46 -08:00 |
context.cpp
|
feat(library/elaborator): add special treatment for constraints of the form ?m[inst:i v] << t, where t is a proposition
|
2013-12-06 04:51:07 -08:00 |
context.h
|
feat(library/elaborator): add special treatment for constraints of the form ?m[inst:i v] << t, where t is a proposition
|
2013-12-06 04:51:07 -08:00 |
environment.cpp
|
refactor(kernel): add find_fn, replace for_each_fn with find_fn when appropriate, remove unnecessary function has_cached_type
|
2013-11-19 13:03:46 -08:00 |
environment.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
expr.cpp
|
feat(library/fo_unify): unify heterogeneous - homogeneous equality
|
2013-12-05 19:00:31 -08:00 |
expr.h
|
feat(library/fo_unify): unify heterogeneous - homogeneous equality
|
2013-12-05 19:00:31 -08:00 |
expr_eq.h
|
feat(*): add component name to check_stack and check_system
|
2013-12-07 15:11:55 -08:00 |
expr_maps.h
|
feat(kernel/expr): add hash code based on allocation time
|
2013-11-14 02:43:11 -08:00 |
expr_sets.h
|
feat(kernel/expr): add hash code based on allocation time
|
2013-11-14 02:43:11 -08:00 |
find_fn.h
|
refactor(kernel): add find_fn, replace for_each_fn with find_fn when appropriate, remove unnecessary function has_cached_type
|
2013-11-19 13:03:46 -08:00 |
for_each_fn.h
|
refactor(kernel): add find_fn, replace for_each_fn with find_fn when appropriate, remove unnecessary function has_cached_type
|
2013-11-19 13:03:46 -08:00 |
formatter.cpp
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
formatter.h
|
feat(*): simplify interrupt propagation
|
2013-11-12 21:45:48 -08:00 |
free_vars.cpp
|
fix(kernel/has_free_vars): return false for null expression
|
2013-12-06 16:01:57 -08: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
|
feat(library/tactic): add apply_tactic
|
2013-12-05 03:22:12 -08:00 |
instantiate.h
|
feat(library/tactic): add apply_tactic
|
2013-12-05 03:22:12 -08:00 |
justification.cpp
|
fix(kernel/metavar): add normalize assignment justification
|
2013-10-27 11:02:34 -07:00 |
justification.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
kernel_exception.cpp
|
fix(kernel/type_checker): add missing test, and kernel_exception has_no_type_exception
|
2013-11-10 11:14:04 -08:00 |
kernel_exception.h
|
refactor(util/lua): propagate C++ Lean exceptions in Lua
|
2013-11-27 12:25:29 -08:00 |
level.cpp
|
chore(*): add LCOV_EXCL_LINE to lean_unreachable statements
|
2013-11-11 09:19:38 -08:00 |
level.h
|
refactor(lua): cleanup Lua bindings
|
2013-11-13 13:55:05 -08:00 |
metavar.cpp
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
metavar.h
|
refactor(kernel/metavar): remove unnecessary variable
|
2013-11-19 14:41:54 -08:00 |
normalizer.cpp
|
feat(*): add component name to check_stack and check_system
|
2013-12-07 15:11:55 -08:00 |
normalizer.h
|
feat(*): simplify interrupt propagation
|
2013-11-12 21:45:48 -08:00 |
object.cpp
|
feat(kernel): add weight to kernel definitions
|
2013-10-15 14:50:08 -07:00 |
object.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
occurs.cpp
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08:00 |
occurs.h
|
fix(kernel/occurs): typos
|
2013-11-13 17:04:56 -08:00 |
pos_info_provider.cpp
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
pos_info_provider.h
|
feat(pos_info_provider): add position information provider for expressions
|
2013-10-22 08:15:36 -07:00 |
printer.cpp
|
fix(kernel/printer): memory access violation when printing contexts
|
2013-12-06 15:50:29 -08:00 |
printer.h
|
refactor(kernel): move printer and formatter objects to the kernel
|
2013-10-22 08:15:36 -07:00 |
replace_fn.h
|
feat(*): add component name to check_stack and check_system
|
2013-12-07 15:11:55 -08:00 |
replace_visitor.cpp
|
feat(kernel/replace_visitor): relax replace_visitor contract, the input expression can be null
|
2013-12-07 15:35:26 -08:00 |
replace_visitor.h
|
chore(*): consistent file name convention
|
2013-12-03 12:40:52 -08:00 |
threadsafe_environment.h
|
refactor(bindings/lua): move Lua bindings to the file associated with them
|
2013-11-26 19:15:56 -08:00 |
type_checker.cpp
|
feat(*): add component name to check_stack and check_system
|
2013-12-07 15:11:55 -08:00 |
type_checker.h
|
refactor(kernel/type_checker): pass buffer<unification_constraint> as a pointer
|
2013-12-07 10:27:11 -08:00 |
type_checker_justification.cpp
|
feat(frontends/lean/parser): apply type inference elaborator to fill remaining metavariables/holes (these are holes produced by tactics such as apply_tac)
|
2013-12-07 13:09:39 -08:00 |
type_checker_justification.h
|
feat(frontends/lean/parser): apply type inference elaborator to fill remaining metavariables/holes (these are holes produced by tactics such as apply_tac)
|
2013-12-07 13:09:39 -08:00 |
unification_constraint.cpp
|
fix(kernel/unification_constraint): memory leak
|
2013-10-25 08:06:21 -07:00 |
unification_constraint.h
|
chore(*): use 'explicit operator bool' everywhere.
|
2013-12-02 23:02:45 -08: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 |