lean4-htt/tests/lean/906.lean.expected.out
Leonardo de Moura f0b502aca6 fix: increase the number of heartbeats at Expr.eqv
On issue #906, `simp` spends a lot of time checking the cache. This
process is time consuming and doesn't allocate memory. Before this
commit, it would take a long time to get the "maximum number of
heartbeats" error message on the example included in this issue.

Closes #906
2022-01-26 08:25:33 -08:00

2 lines
227 B
Text

906.lean:7:14-7:19: warning: declaration uses 'sorry'
906.lean:12:2-12:28: error: (deterministic) timeout at 'simp', maximum number of heartbeats (50000) has been reached (use 'set_option maxHeartbeats <num>' to set the limit)