-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Time a computation -- -- A simple wrapper of an IO computation to show the used CPU time. @package timeit @version 0.9.0.0 module System.TimeIt timeIt :: IO a -> IO a