lame-tester-1.2: A strange and unnecessary selective test-running library

Safe HaskellNone
LanguageHaskell2010

Tester.Suite

Documentation

type Result f s = Validation (NonEmpty f) s Source

data Suite a b c Source

Constructors

Suite 

Fields

testMap :: Map Int a
 
runTest :: a -> Result b c
 
failsToStr :: NonEmpty b -> String
 
succToStr :: c -> String