-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Get the number of seconds since the last invocation -- -- Get the number of seconds since the last invocation @package since @version 0.0.0 module Data.Time.Since data TimeSince newTimeSince :: IO TimeSince timeSince :: TimeSince -> IO NominalDiffTime