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.
setChildren :: Tree t => [t a] -> t a -> t ahxt Data.Tree.Class substitute children: setChildren cl = changeChildren (const cl)
setNode :: Tree t => a -> t a -> t ahxt Data.Tree.Class substitute node: setNode n = changeNode (const n)
setCondition :: SetOpts -> Maybe Conditionhedis Database.Redis No documentation available.
setMilliseconds :: SetOpts -> Maybe Integerhedis Database.Redis No documentation available.
setOpts :: RedisCtx m f => ByteString -> ByteString -> SetOpts -> m (f Status)hedis Database.Redis No documentation available.
setSeconds :: SetOpts -> Maybe Integerhedis Database.Redis No documentation available.
setbit :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis No documentation available.
setex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis No documentation available.
setnx :: RedisCtx m f => ByteString -> ByteString -> m (f Bool)hedis Database.Redis No documentation available.
setrange :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis No documentation available.