Skip to content

Report an error when iIntros fails to find a forall

Tej Chajed requested to merge tchajed/iris-coq:fix-intro-pure-error into master

The error handling for iIntros (?) and similar tactics didn't correctly report failures when the goal couldn't be turned into a universal quantifier. This is something missing from !482 (merged) due to no test triggering the error.

Edited by Tej Chajed

Merge request reports