| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Octane.Type.Int8
Documentation
A 8-bit signed integer.
Constructors
| Int8 | |
Fields
| |
Instances
| Eq Int8 Source # | |
| Num Int8 Source # | |
| Ord Int8 Source # | |
| Show Int8 Source # | Shown as |
| Generic Int8 Source # | |
| Binary Int8 Source # | |
| NFData Int8 Source # | |
| ToJSON Int8 Source # | Encoded directly as a JSON number. |
| BinaryBit Int8 Source # | Stored with the bits reversed. |
| HasField "unpack" Int8 Int8 Source # | |
| ModifyField "unpack" Int8 Int8 Int8 Int8 Source # | |
| ModifyField "rotation" WeldedInfoValue WeldedInfoValue (Vector Int8) (Vector Int8) | |
| ModifyField "rotation" Initialization Initialization (Maybe (Vector Int8)) (Maybe (Vector Int8)) | |
| HasField "rotation" WeldedInfoValue (Vector Int8) | |
| HasField "rotation" Initialization (Maybe (Vector Int8)) | |
| ModifyRec "unpack" Int8 cs0 => HasField "unpack" (Rec cs0 Int8) Int8 Source # | |
| ModifyRec "rotation" (Vector Int8) cs0 => HasField "rotation" (Rec cs0 WeldedInfoValue) (Vector Int8) | |
| ModifyRec "rotation" (Maybe (Vector Int8)) cs0 => HasField "rotation" (Rec cs0 Initialization) (Maybe (Vector Int8)) | |
| ModifyRec "unpack" Int8 cs0 => ModifyField "unpack" (Rec cs0 Int8) (Rec cs0 Int8) Int8 Int8 Source # | |
| ModifyRec "rotation" (Vector Int8) cs0 => ModifyField "rotation" (Rec cs0 WeldedInfoValue) (Rec cs0 WeldedInfoValue) (Vector Int8) (Vector Int8) | |
| ModifyRec "rotation" (Maybe (Vector Int8)) cs0 => ModifyField "rotation" (Rec cs0 Initialization) (Rec cs0 Initialization) (Maybe (Vector Int8)) (Maybe (Vector Int8)) | |
| type Rep Int8 Source # | |
| type FieldType "unpack" Int8 Source # | |
| type UpdateType "unpack" Int8 Int8 Source # | |
| type UpdateType "rotation" WeldedInfoValue (Vector Int8) | |
| type UpdateType "rotation" Initialization (Maybe (Vector Int8)) | |