From 8519008c7c923754e91d403a9233321582d40928 Mon Sep 17 00:00:00 2001 From: William Yager Date: Sat, 8 Jun 2024 12:52:10 -0400 Subject: [PATCH] instances --- src/Protocols/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Protocols/Internal.hs b/src/Protocols/Internal.hs index 15505ae8..83295e0d 100644 --- a/src/Protocols/Internal.hs +++ b/src/Protocols/Internal.hs @@ -48,7 +48,7 @@ import GHC.Generics (Generic) -- | Protocol-agnostic acknowledgement newtype Ack = Ack Bool - deriving (Generic, C.NFDataX, Show, C.Bundle) + deriving (Generic, C.NFDataX, Show, C.Bundle, Eq, Ord) -- | Acknowledge. Used in circuit-notation plugin to drive ignore components. instance Default Ack where