Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Type conversion.
Synopsis
- int_to_word8 :: Int -> Word8
- int_to_word32 :: Int -> Word32
- int_to_word16 :: Int -> Word16
- int_to_int8 :: Int -> Int8
- int_to_int16 :: Int -> Int16
- int_to_int32 :: Int -> Int32
- int8_to_int :: Int8 -> Int
- int16_to_int :: Int16 -> Int
- int32_to_int :: Int32 -> Int
- word8_to_int :: Word8 -> Int
- word16_to_int :: Word16 -> Int
- word32_to_int :: Word32 -> Int
Documentation
int_to_word8 :: Int -> Word8 Source #
Type specialised fromIntegral
int_to_word32 :: Int -> Word32 Source #
Type specialised fromIntegral
int_to_word16 :: Int -> Word16 Source #
Type specialised fromIntegral
.
int_to_int8 :: Int -> Int8 Source #
Type specialised fromIntegral
int_to_int16 :: Int -> Int16 Source #
Type specialised fromIntegral
int_to_int32 :: Int -> Int32 Source #
Type specialised fromIntegral
int8_to_int :: Int8 -> Int Source #
Type specialised fromIntegral
int16_to_int :: Int16 -> Int Source #
Type specialised fromIntegral
int32_to_int :: Int32 -> Int Source #
Type specialised fromIntegral
word8_to_int :: Word8 -> Int Source #
Type specialised fromIntegral
word16_to_int :: Word16 -> Int Source #
Type specialised fromIntegral
word32_to_int :: Word32 -> Int Source #
Type specialised fromIntegral