Hoogle Search

Within Stackage Nightly 2025-10-06 (ghc-9.12.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype TimezoneOffset

    time-hourglass Data.Hourglass

    Type representing offsets in minutes against UTC to obtain local time from UTC. A positive number represents a location east of where UTC is local time and a negative number represents a location west of where UTC is local time. LocalTime t (-300) -- t represents a time at UTC-5 LocalTime t (+480) -- t represents a time at UTC+8 Should be between (-12 * 60) and (+14 * 60). For example, in timezone AEDT (Australian Eastern Daylight Time) (UTC+11), local time is 15:47. Consequently, UTC time is 04:47 and the timezone offset is TimezoneOffset 660 (in minutes).

  2. TimezoneOffset :: Int -> TimezoneOffset

    time-hourglass Data.Hourglass

    No documentation available.

  3. localTimeSetTimezone :: Time t => TimezoneOffset -> LocalTime t -> LocalTime t

    time-hourglass Data.Hourglass

    For the given timezone offset and local time, yield the corresponding local time.

  4. timezoneOffset :: Timezone tz => tz -> Int

    time-hourglass Data.Hourglass

    Offset in minutes from UTC. Valid values should be between -12 * 60 and +14 * 60.

  5. timezoneOffsetToMinutes :: TimezoneOffset -> Int

    time-hourglass Data.Hourglass

    The number of minutes.

  6. timezoneOffsetToSeconds :: TimezoneOffset -> Seconds

    time-hourglass Data.Hourglass

    For the given timezone offset, yield the corresponding number of seconds.

  7. analyseType :: Name -> Type -> TypeAnalysis

    acid-state Data.Acid.TemplateHaskell

    No documentation available.

  8. machineOffsets :: AcMachine v -> !TypedByteArray Offset

    alfred-margaret Data.Text.AhoCorasick.Automaton

    For every state, the index into machineTransitions where the transition list for that state starts.

  9. databaseTypeDecl :: [HsEntity] -> Decl ()

    beam-migrate Database.Beam.Haskell.Syntax

    No documentation available.

  10. data SomeCheckedDatabaseSettings

    beam-migrate Database.Beam.Migrate.Backend

    Monomorphic wrapper to use when interpreting a module which exports a CheckedDatabaseSettings.

Page 141 of many | Previous | Next