Test.Tasty.Discover.TastyInfo
data TastyInfo Source #
Constructors
Fields
Defined in Test.Tasty.Discover.TastyInfo
Methods
mempty :: TastyInfo #
mappend :: TastyInfo -> TastyInfo -> TastyInfo #
mconcat :: [TastyInfo] -> TastyInfo #
(<>) :: TastyInfo -> TastyInfo -> TastyInfo #
sconcat :: NonEmpty TastyInfo -> TastyInfo #
stimes :: Integral b => b -> TastyInfo -> TastyInfo #
Associated Types
from :: TastyInfo -> Rep TastyInfo x #
to :: Rep TastyInfo x -> TastyInfo #
showsPrec :: Int -> TastyInfo -> ShowS #
show :: TastyInfo -> String #
showList :: [TastyInfo] -> ShowS #
(==) :: TastyInfo -> TastyInfo -> Bool #
(/=) :: TastyInfo -> TastyInfo -> Bool #