| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Test.TypeSpec.Group
Description
Group expectations
Documentation
data expectation1 -/- expectation2 infixr 1 Source #
A cons like operator.
Make a list of expectations. Use this to chain together any expectations
especially those using '(~~~)' or '(-*)', since it has a lower precedence
than both.
Instances
| (PrettyTypeSpec k expectation1, PrettyTypeSpec k1 expectation2) => PrettyTypeSpec * ((-/-) k k1 expectation1 expectation2) Source # | |
| type EvalExpectation * ((-/-) a1 a expectation expectations) Source # | |