-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Test interactive Haskell examples -- @package doctest @version 0.9.13 module Test.DocTest -- | Run doctest with given list of arguments. -- -- Example: -- --
--   >>> doctest ["-iexample/src", "example/src/Example.hs"]
--   Examples: 2  Tried: 2  Errors: 0  Failures: 0
--   
-- -- This can be used to create a Cabal test suite that runs doctest for -- your project. doctest :: [String] -> IO ()