@hackage / timeprint

Prints timestamps after each line evaluated

Latest0.1.0.3

About

Metadata

  • Last updated , by leftparen
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: iareloser@gmail.com

  • Lottery factor: 0

Links

Installation

Readme

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`