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.
Eq
SomeExtension
1 parent c9ae52e commit 39c8741Copy full SHA for 39c8741
libs/wire-api/src/Wire/API/MLS/KeyPackage.hs
@@ -179,7 +179,7 @@ data SomeExtension where
179
instance Eq SomeExtension where
180
SomeExtension SCapabilitiesExtensionTag caps1 == SomeExtension SCapabilitiesExtensionTag caps2 = caps1 == caps2
181
SomeExtension SLifetimeExtensionTag lt1 == SomeExtension SLifetimeExtensionTag lt2 = lt1 == lt2
182
- _ == _ = True
+ _ == _ = False
183
184
instance Show SomeExtension where
185
show (SomeExtension SReservedExtensionTag _) = show ()
0 commit comments