-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Prints timestamps after each line evaluated -- -- Prints timestamps after each line evaluated in ghci. -- -- Use by adding `-interactive-print=Text.Show.TimePrint.timePrint` to -- the ghci command, or add this to your '.ghci' file: -- -- `import qualified Text.Show.TimePrint :set -- -interactive-print=Text.Show.TimePrint.timePrint` @package timeprint @version 0.1.0.2 module Text.Show.TimePrint timePrint :: Show a => a -> IO ()