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.

  1. setSeconds :: SetOpts -> Maybe Integer

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    hedis Database.Redis.Sentinel

    No documentation available.

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

    matrix Data.Matrix

    Replace the value of a cell in a matrix.

  7. setSize :: a -> Int -> Int -> Matrix a -> Matrix a

    matrix Data.Matrix

    Set the size of a matrix to given parameters. Use a default element for undefined entries if the matrix has been extended.

  8. setField :: forall (f :: Symbol) s a . HasField' f s a => a -> s -> s

    generic-lens Data.Generics.Product.Fields

    >>> setField @"age" 60 human
    Human {name = "Tunyasz", age = 60, address = "London", other = False}
    

  9. setPosition :: forall (i :: Nat) s a . HasPosition' i s a => a -> s -> s

    generic-lens Data.Generics.Product.Positions

    >>> setPosition @2 60 human
    Human {name = "Tunyasz", age = 60, address = "London"}
    

  10. setTyped :: HasType a s => a -> s -> s

    generic-lens Data.Generics.Product.Typed

    Set field at type.

Page 39 of many | Previous | Next