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

Hoogle Search

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

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

  1. setChildren :: Tree t => [t a] -> t a -> t a

    hxt Data.Tree.Class

    substitute children: setChildren cl = changeChildren (const cl)

  2. setNode :: Tree t => a -> t a -> t a

    hxt Data.Tree.Class

    substitute node: setNode n = changeNode (const n)

  3. setCondition :: SetOpts -> Maybe Condition

    hedis Database.Redis

    No documentation available.

  4. setMilliseconds :: SetOpts -> Maybe Integer

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

  6. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

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

    hedis Database.Redis

    No documentation available.

Page 50 of many | Previous | Next

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