Safe Haskell | None |
---|---|
Language | Haskell2010 |
HaskellWorks.Data.Bits.Word
Documentation
class WordConcat a where Source #
Associated Types
type DoubleWords a Source #
Methods
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 Word16 Source # | |||||
Defined in HaskellWorks.Data.Bits.Word Associated Types
| |||||
WordConcat Word32 Source # | |||||
Defined in HaskellWorks.Data.Bits.Word Associated Types
| |||||
WordConcat Word8 Source # | |||||
Defined in HaskellWorks.Data.Bits.Word Associated Types
|