lean2/src/tests/kernel
Leonardo de Moura 60ac0b508d fix(tests/kernel/environment): adjust the test to reflect (recent) change in the normalizer
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-24 21:14:22 -08:00
..
CMakeLists.txt feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
environment.cpp fix(tests/kernel/environment): adjust the test to reflect (recent) change in the normalizer 2013-12-24 21:14:22 -08:00
expr.cpp feat(kernel/context): add operator== for contexts, and new constructor 2013-12-12 16:48:33 -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 refactor(kernel/environment): add ro_environment 2013-12-12 16:48:34 -08:00
metavar.cpp refactor(kernel/type_checker): combine type_checker and type_inferer into a single class, and avoid code duplication 2013-12-22 11:51:38 -08:00
normalizer.cpp fix(kernel/normalizer): metavariable reification 2013-12-21 06:40:26 -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(kernel/environment): add ro_environment 2013-12-12 16:48:34 -08:00
type_checker.cpp refactor(kernel/type_checker): combine type_checker and type_inferer into a single class, and avoid code duplication 2013-12-22 11:51:38 -08:00