eg ~~~coq Goal True. Proof. exact I. Check 0. ~~~ It seems impossible to see the message from Check 0. Even an error (eg from `Check 0 0.`) gets hidden by "No more goals". <img width="749" height="249" alt="Image" src="https://github.com/user-attachments/assets/daf207ee-fa0a-4170-82da-976c4ec861dd" />
eg
It seems impossible to see the message from Check 0.
Even an error (eg from
Check 0 0.) gets hidden by "No more goals".