Add shiftL and shiftR operators for signed and unsigned. Update name of shiftl and...
[matthijs/master-project/cλash.git] / clash / Data / Param / Index.hs
index 2c4e88e0bac7607e47907a31317d8d799c9d5bd6..79d551d38e7c7661fcc1d6745a6a04e402f88292 100644 (file)
@@ -8,7 +8,7 @@ module Data.Param.Index
 
 import Language.Haskell.TH
 import Language.Haskell.TH.Syntax (Lift(..))    
-import Data.Bits
+import qualified Data.Bits as B
 import Types
 import Types.Data.Num.Decimal.Literals.TH