Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. set :: RedisCtx m f => ByteString -> ByteString -> m (f Status)

    hedis Database.Redis.Sentinel

    No documentation available.

  2. set :: Lens' s a -> a -> s -> s

    relude Relude.Extra.Lens

    Sets the given value to the structure using a setter.

  3. set :: CI ByteString -> ByteString -> Headers -> Headers

    snap-core Snap.Types.Headers

    Set the value of a HTTP header field to a given value, replacing the old value. Example:

    ghci> :set -XOverloadedStrings
    ghci> H.set "accept" "text/plain" $ H.empty
    H {unH = [("accept","text/plain")]}
    ghci> H.set "accept" "text/html" $ H.fromList [("Accept", "text/plain")]
    H {unH = [("accept","text/html")]}
    

  4. set :: forall m (v :: Type -> Type -> Type) a (n :: Nat) . (PrimMonad m, MVector v a) => MVector v n (PrimState m) a -> a -> m ()

    vector-sized Data.Vector.Generic.Mutable.Sized

    Set all elements of the vector to the given value.

  5. set :: forall m (n :: Nat) a . PrimMonad m => MVector n (PrimState m) a -> a -> m ()

    vector-sized Data.Vector.Mutable.Sized

    Set all elements of the vector to the given value.

  6. set :: forall m a (n :: Nat) . (PrimMonad m, Prim a) => MVector n (PrimState m) a -> a -> m ()

    vector-sized Data.Vector.Primitive.Mutable.Sized

    Set all elements of the vector to the given value.

  7. set :: forall m a (n :: Nat) . (PrimMonad m, Storable a) => MVector n (PrimState m) a -> a -> m ()

    vector-sized Data.Vector.Storable.Mutable.Sized

    Set all elements of the vector to the given value.

  8. set :: forall m a (n :: Nat) . (PrimMonad m, Unbox a) => MVector n (PrimState m) a -> a -> m ()

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    Set all elements of the vector to the given value.

  9. set :: Lens s t a b -> b -> s -> t

    generic-lens Data.Generics.Internal.VL

    No documentation available.

  10. set :: Calendar -> [(CalendarField, Int)] -> Calendar

    text-icu Data.Text.ICU

    Set the value of a list of fields of a calendar to certain values. All fields are represented as 32-bit integers.

Page 13 of many | Previous | Next