Skip to content
Snippets Groups Projects

Add tests for equiv notation

Merged Paolo G. Giarrusso requested to merge Blaisorblade/stdpp:test-equiv into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
From stdpp Require Import base tactics.
(** Test parsing of variants of [(≡)] notation. *)
Lemma test_equiv_annot_sections `{!Equiv A, Equivalence A (≡@{A})} (x : A) :
Lemma test_equiv_annot_sections `{!Equiv A, !Equivalence (≡@{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
Loading