Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hydra.Dsl.Expect
Description
A DSL for constructing Hydra terms
Documentation
bigfloatValue :: FloatValue -> Flow s Double Source #
bigintValue :: IntegerValue -> Flow s Integer Source #
float32Value :: FloatValue -> Flow s Float Source #
float64Value :: FloatValue -> Flow s Double Source #
floatLiteral :: Literal -> Flow s FloatValue Source #
int16Value :: IntegerValue -> Flow s Int16 Source #
int32Value :: IntegerValue -> Flow s Int Source #
int64Value :: IntegerValue -> Flow s Int64 Source #
integerLiteral :: Literal -> Flow s IntegerValue Source #
uint8Value :: IntegerValue -> Flow s Int16 Source #
uint16Value :: IntegerValue -> Flow s Int Source #
uint32Value :: IntegerValue -> Flow s Int64 Source #
uint64Value :: IntegerValue -> Flow s Integer Source #