genvalidity-hspec-0.3.1.0: Standard spec's for GenValidity instances

Safe HaskellSafe
LanguageHaskell2010

Test.Validity.Utils

Documentation

nameOf :: forall a. Typeable a => String Source #

genDescr :: forall a. Typeable a => String -> String Source #

binRelStr :: forall a. Typeable a => String -> String Source #

data Anon a Source #

Constructors

Anon a 

Instances

Functor Anon Source # 

Methods

fmap :: (a -> b) -> Anon a -> Anon b #

(<$) :: a -> Anon b -> Anon a #

Show (Anon a) Source # 

Methods

showsPrec :: Int -> Anon a -> ShowS #

show :: Anon a -> String #

showList :: [Anon a] -> ShowS #