• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

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

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

  1. timeZoneOffsetString' :: Maybe Char -> TimeZone -> String

    time-compat Data.Time.LocalTime.Compat

    Text representing the offset of this timezone, such as "-0800" or "+0400" (like %z in formatTime), with arbitrary padding.

  2. data OffsetPositioned m

    monoid-subclasses Data.Monoid.Instances.Positioned

    No documentation available.

  3. reset :: Connection -> Statement -> IO ()

    persistent-sqlite Database.Sqlite

    No documentation available.

  4. ZSet :: RedisType

    hedis Database.Redis

    No documentation available.

  5. clientSetname :: RedisCtx m f => ByteString -> m (f ByteString)

    hedis Database.Redis

    No documentation available.

  6. clusterSetSlotImporting :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  7. clusterSetSlotMigrating :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  8. clusterSetSlotNode :: RedisCtx m f => Integer -> ByteString -> m (f Status)

    hedis Database.Redis

    No documentation available.

  9. clusterSetSlotStable :: RedisCtx m f => Integer -> m (f Status)

    hedis Database.Redis

    No documentation available.

  10. configResetstat :: RedisCtx m f => m (f Status)

    hedis Database.Redis

    No documentation available.

Page 97 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete