-- 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.1 module Test.Benchmark.Function runData :: Show a => a -> IO () timeAction :: IO a -> IO Float timeData :: Show a => a -> IO Float timeAndPrintData :: Show a => a -> IO () timeAndPrintAction :: IO a -> IO ()