Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Haskell implementations of hydralibliterals primitives
Documentation
bigfloatToBigint :: Double -> Integer Source #
bigfloatToFloat32 :: Double -> Float Source #
bigfloatToFloat64 :: Double -> Double Source #
bigintToBigfloat :: Integer -> Double Source #
bigintToInt8 :: Integer -> Int8 Source #
bigintToInt16 :: Integer -> Int16 Source #
bigintToInt32 :: Integer -> Int Source #
bigintToInt64 :: Integer -> Int64 Source #
bigintToUint8 :: Integer -> Int16 Source #
bigintToUint16 :: Integer -> Int Source #
bigintToUint32 :: Integer -> Int64 Source #
bigintToUint64 :: Integer -> Integer Source #
float32ToBigfloat :: Float -> Double Source #
float64ToBigfloat :: Double -> Double Source #
int8ToBigint :: Int8 -> Integer Source #
int16ToBigint :: Int16 -> Integer Source #
int32ToBigint :: Int -> Integer Source #
int64ToBigint :: Int64 -> Integer Source #
showString :: String -> String Source #
uint8ToBigint :: Int16 -> Integer Source #
uint16ToBigint :: Int -> Integer Source #
uint32ToBigint :: Int64 -> Integer Source #
uint64ToBigint :: Integer -> Integer Source #