Skip to content

Consider intro pattern `IRewrite` (->/<-) to be intuitionistic

Robbert Krebbers requested to merge robbert/rewrite_pure_intro_pat into master

This fixes a problem reported by @lelbehei at Mattermost: The introduction patterns ->/<- are not considered to be intuitionistic, hence when performing iDestruct (lem with "HP") as "->" the hypothesis HP gets needlessly consumed.

Merge request reports