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.
set :: RedisCtx m f => ByteString -> ByteString -> m (f Status)hedis Database.Redis.Sentinel No documentation available.
set :: Lens' s a -> a -> s -> srelude Relude.Extra.Lens Sets the given value to the structure using a setter.
set :: CI ByteString -> ByteString -> Headers -> Headerssnap-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")]}
-
vector-sized Data.Vector.Generic.Mutable.Sized Set all elements of the vector to the given value.
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.
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.
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.
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.
set :: Lens s t a b -> b -> s -> tgeneric-lens Data.Generics.Internal.VL No documentation available.
set :: Calendar -> [(CalendarField, Int)] -> Calendartext-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.