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