Improve some iIntros error messages
1 unresolved thread
1 unresolved thread
A failing iIntros for implications should prettify the identifier before
printing, and iIntros on something that isn't a wand or implication
should say what couldn't be introduced (to clarify that iIntros "HP HQ"
failed because of the HQ in particular, for example).
Merge request reports
Activity
Filter activity
- Resolved by Robbert Krebbers
mentioned in commit c2019dd3
654 654 The command has indeed failed with message: 655 655 Tactic failure: iApply: remaining hypotheses not affine and the goal not absorbing. 656 "iIntros_fail_nonempty_spatial" 657 : string 658 The command has indeed failed with message: 659 Tactic failure: iIntro: introducing non-persistent "HP" : P 660 into non-empty spatial context. 661 "iIntros_fail_not_fresh" 662 : string 663 The command has indeed failed with message: 664 Tactic failure: iIntro: "HP" not fresh. 665 "iIntros_fail_nothing_to_introduce" 666 : string 667 The command has indeed failed with message: 668 Tactic failure: iIntro: could not introduce "HQ" 669 , goal is not a wand or implication.
Please register or sign in to reply