Safe Haskell | None |
---|---|
Language | GHC2024 |
System.Process.Quick.CallSpec.Verify.Type
Documentation
type FailureReport = Doc Source #
data CallSpecViolation Source #
Constructors
HelpKeyIgnored | |
HelpKeyNotSupported FailureReport | |
ProgramNotFound FailureReport [FilePath] | |
HelpKeyExitNonZero FailureReport | |
ExceptionThrown SomeException | |
UnexpectedCallEffect [CallEffect] |
Instances
Show CallSpecViolation Source # | |
Defined in System.Process.Quick.CallSpec.Verify.Type Methods showsPrec :: Int -> CallSpecViolation -> ShowS # show :: CallSpecViolation -> String # showList :: [CallSpecViolation] -> ShowS # |
data CsViolationWithCtx Source #
Constructors
CallSpec cs => CsViolationWithCtx | |
Fields
|
Instances
Exception CsViolationWithCtx Source # | |
Defined in System.Process.Quick.CallSpec.Verify.Type Methods toException :: CsViolationWithCtx -> SomeException # fromException :: SomeException -> Maybe CsViolationWithCtx # | |
Show CsViolationWithCtx Source # | |
Defined in System.Process.Quick.CallSpec.Verify.Type Methods showsPrec :: Int -> CsViolationWithCtx -> ShowS # show :: CsViolationWithCtx -> String # showList :: [CsViolationWithCtx] -> ShowS # |
Constructors
CsPerf | |
Fields
|