the-lambda-church / coquille

Interactive theorem proving with Coq in vim.
ISC License
186 stars 68 forks source link

How can I see errors related to a previous line? #71

Open mheiber opened 6 years ago

mheiber commented 6 years ago

If I make a mistake (such as "cannot unify") in a proof and :CoqToCursor to a later line, the error message doesn't display anywhere. Is there a way to show errors, like the "Errors" tab in CoqIDE? A workaround is to step through line-by-line in order to see them, but I think there's probably a better way.

And thank you so much for this tool, it's joy to use Coq in Vim.