We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71dad8b commit fd746ffCopy full SHA for fd746ff
src/Strongweak/WeakenN.hs
@@ -28,6 +28,7 @@ And so on. (This type is only much use from @n = 2@ onwards.)
28
-}
29
newtype WeakenN (n :: Natural) a = WeakenN { unWeakenN :: a }
30
deriving stock Show
31
+ deriving (Ord, Eq) via a
32
33
instance WeakenWeakenN n a => Weaken (WeakenN n a) where
34
type Weakened (WeakenN n a) = WeakenedN n a
0 commit comments