Skip to content
Snippets Groups Projects
Verified Commit f5ed12e1 authored by Paolo G. Giarrusso's avatar Paolo G. Giarrusso
Browse files

Add tests for equiv notation

Extracted from iris/iris!409.
parent eeef6250
No related branches found
No related tags found
No related merge requests found
From stdpp Require Import base tactics.
(** Test parsing of variants of [(≡)] notation. *)
Lemma test_equiv_annot_sections `{!Equiv A, Equivalence A (≡@{A})} (x : A) :
x ≡@{A} x (≡@{A}) x x (x .) x (. x) x
((x ≡@{A} x)) ((≡@{A})) x x ((x .)) x ((. x)) x
( x ≡@{A} x) ( x .) x
(x ≡@{A} x ) (≡@{A} ) x x (. x ) x.
Proof. naive_solver. Qed.
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