Polysemy.Test.Data.TestError
Description
TestError Newtype, Internal
newtype TestError Source #
An error that occured in the test machinery.
Constructors
Fields
Defined in Polysemy.Test.Data.TestError
Methods
fromString :: String -> TestError #
showsPrec :: Int -> TestError -> ShowS #
show :: TestError -> String #
showList :: [TestError] -> ShowS #
(==) :: TestError -> TestError -> Bool #
(/=) :: TestError -> TestError -> Bool #