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

Hoogle Search

Within Stackage Nightly 2026-06-22 (ghc-9.12.4)

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

  1. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis.Sentinel

    No documentation available.

  2. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    No documentation available.

  3. setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  4. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  7. setnx :: RedisCtx m f => ByteString -> ByteString -> m (f Bool)

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

  9. setBit :: Bits a => a -> Int -> a

    ghc-internal GHC.Internal.Data.Bits

    x `setBit` i is the same as x .|. bit i

  10. setElem :: a -> (Int, Int) -> Matrix a -> Matrix a

    matrix Data.Matrix

    Replace the value of a cell in a matrix.

Page 51 of many | Previous | Next

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