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.
PolyKinds
Clash.Class.BitPack.Internal
1 parent 1267e21 commit c5e357dCopy full SHA for c5e357d
clash-prelude/src/Clash/Class/BitPack/Internal.hs
@@ -12,7 +12,7 @@ Maintainer : QBayLogic B.V. <[email protected]>
12
{-# LANGUAGE TemplateHaskell #-}
13
{-# LANGUAGE TypeFamilies #-}
14
{-# LANGUAGE UndecidableInstances #-}
15
-
+{-# LANGUAGE PolyKinds #-} -- Required for BitPack (KnownNat n) => BitPack (Proxy n) instances
16
{-# LANGUAGE Trustworthy #-}
17
18
{-# OPTIONS_GHC -fplugin=GHC.TypeLits.Extra.Solver #-}
0 commit comments