Hydra.Dsl.Lib.Literals
bigfloatToBigint :: Datum (Double -> Double) Source #
bigfloatToFloat32 :: Datum (Double -> Float) Source #
bigfloatToFloat64 :: Datum (Double -> Double) Source #
bigintToBigfloat :: Datum (Integer -> Double) Source #
bigintToInt8 :: Datum (Integer -> Int8) Source #
bigintToInt16 :: Datum (Integer -> Int16) Source #
bigintToInt32 :: Datum (Integer -> Int) Source #
bigintToInt64 :: Datum (Integer -> Int64) Source #
bigintToUint8 :: Datum (Integer -> Int16) Source #
bigintToUint16 :: Datum (Integer -> Int) Source #
bigintToUint32 :: Datum (Integer -> Int64) Source #
bigintToUint64 :: Datum (Integer -> Integer) Source #
float32ToBigfloat :: Datum (Float -> Double) Source #
float64ToBigfloat :: Datum (Double -> Double) Source #
int8ToBigint :: Datum (Int8 -> Integer) Source #
int16ToBigint :: Datum (Int16 -> Integer) Source #
int32ToBigint :: Datum (Int -> Integer) Source #
int64ToBigint :: Datum (Int64 -> Integer) Source #
showInt32 :: Datum (Int -> String) Source #
showString :: Datum (String -> String) Source #
uint8ToBigint :: Datum (Int16 -> Integer) Source #
uint16ToBigint :: Datum (Int -> Integer) Source #
uint32ToBigint :: Datum (Int64 -> Integer) Source #
uint64ToBigint :: Datum (Integer -> Integer) Source #