| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Ivory.Language.Sint
Documentation
8-bit integers.
Instances
16-bit integers.
Instances
| Bounded Sint16 Source # | |
| Num Sint16 Source # | |
| Show Sint16 Source # | |
| IvoryExpr Sint16 Source # | |
| IvoryVar Sint16 Source # | |
| IvoryType Sint16 Source # | |
| IvoryOrd Sint16 Source # | |
| IvoryEq Sint16 Source # | |
| IvoryStore Sint16 Source # | |
Defined in Ivory.Language.Ref | |
| IvoryIntegral Sint16 Source # | |
| Default Sint16 Source # | |
Defined in Ivory.Language.Cast Methods defaultVal :: Sint16 | |
| IvoryZeroVal Sint16 Source # | |
| IvoryInit Sint16 Source # | |
| SignCast Sint16 Uint16 Source # | |
| SignCast Uint16 Sint16 Source # | |
| SafeCast Sint16 Sint64 Source # | |
| SafeCast Sint16 Sint32 Source # | |
| SafeCast Sint16 Sint16 Source # | |
| SafeCast Sint16 IDouble Source # | |
| SafeCast Sint16 IFloat Source # | |
| SafeCast Sint8 Sint16 Source # | |
| SafeCast Uint8 Sint16 Source # | |
| SafeCast IBool Sint16 Source # | |
| TwosComplementCast Uint16 Sint16 Source # | |
Defined in Ivory.Language.Bits Methods twosComplementCast :: Uint16 -> Sint16 Source # twosComplementRep :: Sint16 -> Uint16 Source # | |
32-bit integers.
Instances
64-bit integers.