We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad7495 commit 8519008Copy full SHA for 8519008
src/Protocols/Internal.hs
@@ -48,7 +48,7 @@ import GHC.Generics (Generic)
48
49
-- | Protocol-agnostic acknowledgement
50
newtype Ack = Ack Bool
51
- deriving (Generic, C.NFDataX, Show, C.Bundle)
+ deriving (Generic, C.NFDataX, Show, C.Bundle, Eq, Ord)
52
53
-- | Acknowledge. Used in circuit-notation plugin to drive ignore components.
54
instance Default Ack where
0 commit comments