Skip to content
Snippets Groups Projects
Commit 26835dd5 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso Committed by Robbert Krebbers
Browse files

Test problem with monotone cmra

parent 6eb056bb
No related branches found
No related tags found
No related merge requests found
Require Import iris.unstable.algebra.monotone.
Section test_mra_over_ofe.
Context {A : ofe} {R : relation A}.
Implicit Types a b : A.
Implicit Types x y : mra R.
Context `{!Reflexive R} {Has : AntiSymm () R}.
Lemma test a b : principal R a principal R b a b.
Proof.
Fail by intros ?%(inj _).
by intros ?%(inj (R := equiv) _).
Qed.
End test_mra_over_ofe.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment