Hydra.Impl.Haskell.Dsl.Literals
bigfloat :: Double -> Literal Source #
bigint :: Integer -> Literal Source #
binary :: String -> Literal Source #
boolean :: Bool -> Literal Source #
expectBinary :: Literal -> Flow s String Source #
expectBoolean :: Literal -> Flow s Bool Source #
expectFloat32 :: Literal -> Flow s Float Source #
expectFloat64 :: Literal -> Flow s Double Source #
expectInt32 :: Literal -> Flow s Int Source #
expectInt64 :: Literal -> Flow s Integer Source #
expectString :: Literal -> Flow s String 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 :: Integer -> Literal Source #
uint32 :: Integer -> Literal Source #
uint64 :: Integer -> Literal Source #
uint8 :: Integer -> Literal Source #