| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Int32
Documentation
A 32-bit signed integer.
Constructors
| Int32 | |
Fields
| |
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 # | |
| HasField "unpack" Int32 Int32 Source # | |
| ModifyField "unpack" Int32 Int32 Int32 Int32 Source # | |
| ModifyRec "unpack" Int32 cs0 => HasField "unpack" (Rec cs0 Int32) Int32 Source # | |
| ModifyRec "unpack" Int32 cs0 => ModifyField "unpack" (Rec cs0 Int32) (Rec cs0 Int32) Int32 Int32 Source # | |
| type Rep Int32 Source # | |
| type FieldType "unpack" Int32 Source # | |
| type UpdateType "unpack" Int32 Int32 Source # | |