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