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.
Bitpack (Proxy a)
BitPack (Proxy a)
1 parent bf935cc commit 6b90f8fCopy full SHA for 6b90f8f
clash-prelude/src/Clash/Class/BitPack/Internal.hs
@@ -487,7 +487,7 @@ instance BitPack a => BitPack (Maybe a)
487
-- 0
488
-- >>> pack (Proxy @Bool)
489
490
-instance BitPack (Proxy a) => BitPack (Proxy a)
+instance BitPack (Proxy a)
491
492
instance BitPack a => BitPack (Complex a)
493
instance BitPack a => BitPack (Down a)
0 commit comments