bishbosh-0.0.0.1: Plays chess.

Safe HaskellSafe
LanguageHaskell2010

BishBosh.Data.Time

Contents

Description

AUTHOR
Dr. Alistair Ward
DESCRIPTION

Synopsis

Functions

showsTimeAsSeconds :: PrintfArg i => i -> NominalDiffTime -> ShowS Source #

Shows a time-difference as a number of seconds, to the required precision.

measureElapsedTime :: UTCTime -> IO NominalDiffTime Source #

Measure the time which has elapsed since that specified.