@hackage timeprint0.1.0.3
Prints timestamps after each line evaluated
Categories
License
BSD-3-Clause
Maintainer
iareloser@gmail.com
Links
Versions
Installation
Dependencies (2)
Dependents (1)
@hackage/acme-everything
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`