genvalidity-sydtest-0.0.0.0: Standard properties for functions on `Validity` types for the sydtest framework
Safe HaskellNone
LanguageHaskell2010

Test.Syd.Validity.Utils

Description

Utilities for defining your own validity Specs

You will need TypeApplications to use these.

Documentation

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

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

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

newtype Anon a Source #

Constructors

Anon a 

Instances

Instances details
Functor Anon Source # 
Instance details

Defined in Test.Syd.Validity.Utils

Methods

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

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

Show (Anon a) Source # 
Instance details

Defined in Test.Syd.Validity.Utils

Methods

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

show :: Anon a -> String #

showList :: [Anon a] -> ShowS #