MuCheck-0.1.2.2: Automated Mutation Testing

Safe HaskellSafe-Inferred
LanguageHaskell2010

MuCheck.Utils.Print

Synopsis

Documentation

(./.) :: (Show a, Integral a) => a -> a -> [Char] 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.