Skip to content

Commit 6b90f8f

Browse files
lmbollenDigitalBrains1
authored andcommitted
Remove superfluous Bitpack (Proxy a) constraint from BitPack (Proxy a)
1 parent bf935cc commit 6b90f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clash-prelude/src/Clash/Class/BitPack/Internal.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ instance BitPack a => BitPack (Maybe a)
487487
-- 0
488488
-- >>> pack (Proxy @Bool)
489489
-- 0
490-
instance BitPack (Proxy a) => BitPack (Proxy a)
490+
instance BitPack (Proxy a)
491491

492492
instance BitPack a => BitPack (Complex a)
493493
instance BitPack a => BitPack (Down a)

0 commit comments

Comments
 (0)