Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data RoboservantException Source #
Instances
Exception RoboservantException Source # | |
Defined in Roboservant.Direct | |
Show RoboservantException Source # | |
Defined in Roboservant.Direct showsPrec :: Int -> RoboservantException -> ShowS # show :: RoboservantException -> String # showList :: [RoboservantException] -> ShowS # |
FuzzOp | |
|
data FailureType Source #
Instances
Show FailureType Source # | |
Defined in Roboservant.Direct showsPrec :: Int -> FailureType -> ShowS # show :: FailureType -> String # showList :: [FailureType] -> ShowS # | |
Eq FailureType Source # | |
Defined in Roboservant.Direct (==) :: FailureType -> FailureType -> Bool # (/=) :: FailureType -> FailureType -> Bool # |