e2999d3ff6
I also reduced the stack size to 8 Mb in the tests at tests/lean and tests/lean/slow. The idea is to simulate stackoverflow conditions. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
3 lines
70 B
Text
3 lines
70 B
Text
Theorem T (a : Bool) : a.
|
|
apply (** REPEAT(id_tac) **).
|
|
done.
|