lean4-htt/src/tests/kernel
Leonardo de Moura a776c8b158 feat(util/interrupt): add sleep_for, and simplify request_interrupt
The Lean sleep_for checks the interrupt flag from time to time.

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-11-22 11:32:12 -08:00
..
arith.cpp refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
CMakeLists.txt refactor(beta_reduction): move beta reduction functions to the kernel, delete reduce.cpp file and tests 2013-10-23 15:44:26 -07:00
environment.cpp feat(kernel/environment): make the environment throw an exception when weak-ref has expired 2013-11-16 18:35:17 -08:00
expr.cpp fix(tests/kernel/expr): remove unused function 2013-11-18 10:09:47 -08:00
free_vars.cpp Use fullpath in #include directives. 2013-09-12 20:04:10 -07:00
instantiate.cpp refactor(beta_reduction): move beta reduction functions to the kernel, delete reduce.cpp file and tests 2013-10-23 15:44:26 -07:00
level.cpp refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
metavar.cpp refactor(library/state): rename Lean state object to io_state 2013-11-21 17:29:06 -08:00
normalizer.cpp feat(util/interrupt): add sleep_for, and simplify request_interrupt 2013-11-22 11:32:12 -08:00
occurs.cpp refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
replace.cpp refactor(kernel): move printer and formatter objects to the kernel 2013-10-22 08:15:36 -07:00
threads.cpp Rename import_all. The idea is to use consistent name for library files. 2013-09-13 09:06:46 -07:00
type_checker.cpp feat(util/interrupt): add sleep_for, and simplify request_interrupt 2013-11-22 11:32:12 -08:00