Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Jul 4, 2024
1 parent f02879a commit 4c82e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WildCat/Opposite.v
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Fail Definition test A `{HasEquivs A}
(** Opposite braidings are definitionally involutive. *)
Succeed Definition test A `{HasEquivs A}
(F : A -> A -> A) `{!Is0Bifunctor F, !Is1Bifunctor F} (a : Braiding F)
: @braiding_op _ _ _ _ _ _ _ _ (@braiding_op _ _ _ _ _ _ _ _ a) = a
: @braiding_op _ _ _ _ _ _ _ _ _ (@braiding_op _ _ _ _ _ _ _ _ _ a) = a
:= 1.

0 comments on commit 4c82e00

Please sign in to comment.