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 :: AggregatingSet a -> AggregatingSetList arelational-query Database.Relational.Monad.Trans.Aggregating Finalize and specify single grouping set.
set :: ((a -> b) -> s -> t) -> (s, b) -> tgeneric-lens-core Data.GenericLens.Internal Setting
set :: (Ord k, MonoidNull v) => k -> v -> MonoidMap k v -> MonoidMap k vmonoidmap-internal Data.MonoidMap.Internal Sets the value associated with the given key. Satisfies the following property:
get k (set k v m) == v
-
fixed-vector-hetero Data.Vector.HFixed Set element in the vector
>>> set (Proxy @0) 'X' ('_',"str") ('X',"str")
-
fixed-vector-hetero Data.Vector.HFixed.Cont Set value on nth position.
set :: Cluster -> Key -> Value -> Flags -> Expiration -> IO Versionmemcache Database.Memcache.Client Store a new (or overwrite exisiting) key-value pair, returning its version identifier. Use an expiration value of 0 to store forever.
set :: Set b m a v => a -> v -> m ()metrics Data.Metrics.Types Replace the current value of a simple metric (i.e. a Counter or a Gauge)
-
monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap No documentation available.
set :: (PrimMonad m, Struct x, Struct y) => Slot x y -> x (PrimState m) -> y (PrimState m) -> m ()structs Data.Struct Set the value of a Slot
set :: (PrimMonad m, Struct x, Struct y) => Slot x y -> x (PrimState m) -> y (PrimState m) -> m ()structs Data.Struct.Internal Set the value of a Slot