-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | A simple testing framework. -- -- A simple testing framework. @package assertions @version 0.1.0.4 module Test.Assert runAssertions :: [(String, Bool)] -> IO () instance Monoid Assertion