Hydra.Dsl.Literals
Description
A DSL for constructing literal values
bigfloat :: Double -> Literal Source #
bigint :: Integer -> Literal Source #
binary :: String -> Literal Source #
boolean :: Bool -> Literal Source #
float32 :: Float -> Literal Source #
float64 :: Double -> Literal Source #
float :: FloatValue -> Literal Source #
int16 :: Int16 -> Literal Source #
int32 :: Int -> Literal Source #
int64 :: Int64 -> Literal Source #
int8 :: Int8 -> Literal Source #
integer :: IntegerValue -> Literal Source #
string :: String -> Literal Source #
uint16 :: Int -> Literal Source #
uint32 :: Int64 -> Literal Source #
uint64 :: Integer -> Literal Source #
uint8 :: Int16 -> Literal Source #