Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
Progress :: String -> Float -> Progresstasty Test.Tasty.Runners No documentation available.
-
POSIX time, if you need to deal with timestamps and the like. Most people won't need this module. You can use POSIXTime to obtain integer/word timestamps. For example:
import Data.Time import Data.Time.Clock.POSIX import Data.Int nanosSinceEpoch :: UTCTime -> Int64 nanosSinceEpoch = floor . (1e9 *) . nominalDiffTimeToSeconds . utcTimeToPOSIXSeconds main :: IO () main = do u <- getCurrentTime print $ nanosSinceEpoch u
type
POSIXTime = NominalDiffTimetime Data.Time.Clock.POSIX POSIX time is the nominal time since 1970-01-01 00:00 UTC To convert from a CTime or System.Posix.EpochTime, use realToFrac.
-
time Data.Time.Format The class of types which can be parsed given a UNIX-style time format string.
-
time Data.Time.Format.Internal No documentation available.
-
time Data.Time.Format.Internal No documentation available.
-
time Data.Time.Format.Internal The class of types which can be parsed given a UNIX-style time format string.
module Bench.Vector.TestData.
ParenTree No documentation available.
-
aeson Data.Aeson.Types A key/value pair for an Object.
-
aeson Data.Aeson.Types A JSON parser. N.B. This might not fit your usual understanding of "parser". Instead you might like to think of Parser as a "parse result", i.e. a parser to which the input has already been applied.