You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import Mathlib
/--
error: failed to synthesize
MulHomClass C(ℝ, ↥circle) ?m.26276 ?m.26277
(deterministic) timeout at 'typeclass', maximum number of heartbeats (19000) has been reached (use 'set_option synthInstance.maxHeartbeats <num>' to set the limit)
-/
#guard_msgs in
set_option synthInstance.maxHeartbeats 19000 in
example : expMapCircle (2 * π) = 1 := by simp
This then gets slightly worse after leanprover/lean4#3807, and thereafter causes the simpNF linter to fail on expMapCircle_two_pi.
The text was updated successfully, but these errors were encountered:
This then gets slightly worse after leanprover/lean4#3807, and thereafter causes the simpNF linter to fail on
expMapCircle_two_pi
.The text was updated successfully, but these errors were encountered: