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