Skip to content

Commit 0f387ab

Browse files
authored
Merge pull request #80 from wyager/main
Add `Eq`, `Ord` for `Ack`
2 parents fad7495 + 8519008 commit 0f387ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Protocols/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import GHC.Generics (Generic)
4848

4949
-- | Protocol-agnostic acknowledgement
5050
newtype Ack = Ack Bool
51-
deriving (Generic, C.NFDataX, Show, C.Bundle)
51+
deriving (Generic, C.NFDataX, Show, C.Bundle, Eq, Ord)
5252

5353
-- | Acknowledge. Used in circuit-notation plugin to drive ignore components.
5454
instance Default Ack where

0 commit comments

Comments
 (0)