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.
2 parents fad7495 + 8519008 commit 0f387abCopy full SHA for 0f387ab
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