-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Test the time it takes to run a haskell function -- -- Test the time it takes to run a haskell function @package benchmark-function @version 0.1.0.0 module Test.Benchmark.Function runData :: Show a => a -> IO () timeAction :: IO t -> IO Float timeData :: Show a => a -> IO Float timeAndPrintData :: Show a => a -> IO b timeAndPrintAction :: IO t -> IO b