| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Word32
Documentation
A 32-bit unsigned integer.
Instances
| Eq Word32 Source # | |
| Num Word32 Source # | |
| Ord Word32 Source # | |
| Show Word32 Source # | Shown as
|
| Generic Word32 Source # | |
| ToJSON Word32 Source # | Encoded as a JSON number.
|
| Binary Word32 Source # | Little-endian.
|
| BinaryBit Word32 Source # | Little-endian with the bits in each byte reversed.
|
| NFData Word32 Source # | |
| type Rep Word32 Source # | |
fromWord32 :: Integral a => Word32 -> a Source #