lean4-htt/src/shell
Leonardo de Moura 74dfdd02de feat(util): add primitives for checking the amount of available stack space
Recursive functions that may go very deep should invoke the function check_stack. It throws an exception if the amount of stack space is limited.

The function check_system() is syntax sugar for
    check_interrupted();
    check_stack();

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-12-01 17:19:27 -08:00
..
CMakeLists.txt chore(tests/lua/threads): break lua thread tests into individual tests 2013-11-27 15:06:07 -08:00
lean.cpp feat(util): add primitives for checking the amount of available stack space 2013-12-01 17:19:27 -08:00
version.h.in Add simple build system based on cmake 2013-07-16 22:10:51 -07:00