Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setSeconds :: SetOpts -> Maybe Integerhedis Database.Redis.Sentinel No documentation available.
setbit :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
setex :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
setnx :: RedisCtx m f => ByteString -> ByteString -> m (f Bool)hedis Database.Redis.Sentinel No documentation available.
setrange :: RedisCtx m f => ByteString -> Integer -> ByteString -> m (f Integer)hedis Database.Redis.Sentinel No documentation available.
setElem :: a -> (Int, Int) -> Matrix a -> Matrix amatrix Data.Matrix Replace the value of a cell in a matrix.
setSize :: a -> Int -> Int -> Matrix a -> Matrix amatrix Data.Matrix Set the size of a matrix to given parameters. Use a default element for undefined entries if the matrix has been extended.
setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> sgeneric-lens Data.Generics.Product.Fields >>> setField @"age" 60 human Human {name = "Tunyasz", age = 60, address = "London", other = False}setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> sgeneric-lens Data.Generics.Product.Positions >>> setPosition @2 60 human Human {name = "Tunyasz", age = 60, address = "London"}setTyped :: HasType a s => a -> s -> sgeneric-lens Data.Generics.Product.Typed Set field at type.