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