MuCheck-0.2.0.0: Automated Mutation Testing

Safe HaskellNone
LanguageHaskell2010

Test.MuCheck.Utils.Print

Synopsis

Documentation

(./.) :: (Show a, Integral a) => a -> a -> String Source

simple wrapper for adding a % at the end.

showAS :: [String] -> String Source

join lines together

showA :: Show a => [a] -> String Source

make lists into lines in text.

tt :: Show a => a -> a Source