Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
class WordConcat a where Source #
type DoubleWords a Source #
leConcat :: a -> a -> DoubleWords a Source #
Concatenate two words in little-endian order of the same size into a word of twice the size.
Instances
WordConcat Word8 Source # | |
Defined in HaskellWorks.Data.Bits.Word type DoubleWords Word8 :: Type Source # | |
WordConcat Word16 Source # | |
Defined in HaskellWorks.Data.Bits.Word type DoubleWords Word16 :: Type Source # | |
WordConcat Word32 Source # | |
Defined in HaskellWorks.Data.Bits.Word type DoubleWords Word32 :: Type Source # |