lean2/tests/lean/slow/tactic2.lean
Leonardo de Moura e2999d3ff6 feat(*): add component name to check_stack and check_system
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>
2013-12-07 15:11:55 -08:00

3 lines
70 B
Text

Theorem T (a : Bool) : a.
apply (** REPEAT(id_tac) **).
done.