lean2/src/tests/kernel
Leonardo de Moura 411ebbc3c1 refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file
This commit also adds several new theorems that are useful for implementing the simplifier.
TODO: perhaps we should remove the declarations at basic_thms.h?

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-29 03:04:49 -08:00
..
CMakeLists.txt refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
environment.cpp refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
expr.cpp feat(kernel/expr): serializer for kernel expressions 2013-12-28 01:23:21 -08:00
free_vars.cpp fix(tests/kernel/free_vars): reduce example stack size consumption 2013-12-23 12:57:25 -08:00
instantiate.cpp refactor(kernel/metavar_env): use the same approach used in the class environment in the class metavar_env 2013-12-13 18:59:15 -08:00
level.cpp feat(kernel/level): serializer for level objects 2013-12-27 23:30:13 -08:00
metavar.cpp refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
normalizer.cpp refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
occurs.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
replace.cpp feat(*): add component name to check_stack and check_system 2013-12-07 15:11:55 -08:00
threads.cpp refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00
type_checker.cpp refactor(library/basic_thms): move the proof of all basic theorems to a .Lean file 2013-12-29 03:04:49 -08:00