Hoogle Search

Within Stackage Nightly 2025-11-09 (ghc-9.12.2)

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

  1. set :: Cluster -> Key -> Value -> Flags -> Expiration -> IO Version

    memcache 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.

  2. 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)

  3. set :: ASetter s t a b -> b -> s -> t

    microformats2-parser Data.Microformats2.Parser.Util

    Replace the target of a Lens or all of the targets of a Setter or Traversal with a constant value.

    (<$) ≡ set mapped
    
    >>> set _2 "hello" (1,())
    (1,"hello")
    
    >>> set mapped () [1,2,3,4]
    [(),(),(),()]
    
    Note: Attempting to set a Fold or Getter will fail at compile time with an relatively nice error message.
    set :: Setter s t a b    -> b -> s -> t
    set :: Iso s t a b       -> b -> s -> t
    set :: Lens s t a b      -> b -> s -> t
    set :: Traversal s t a b -> b -> s -> t
    

  4. set :: (Ord k1, Ord k2, MonoidNull v) => k1 -> k2 -> v -> NestedMonoidMap k1 k2 v -> NestedMonoidMap k1 k2 v

    monoidmap-examples Data.MonoidMap.Examples.NestedMonoidMap

    No documentation available.

  5. set :: AggregatingSet a -> AggregatingSetList a

    relational-query Database.Relational

    Finalize and specify single grouping set.

  6. set :: AggregatingSetList (AggregatingSet () a) a

    relational-query Database.Relational.Arrow

    Same as set. This arrow is designed to be injected by locally built AggregtingSet arrow.

  7. set :: AggregatingSet a -> AggregatingSetList a

    relational-query Database.Relational.Monad.Trans.Aggregating

    Finalize and specify single grouping set.

  8. 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

  9. 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

  10. set :: (PrimMonad m, Unboxable a) => MVector (PrimState m) a -> a -> m ()

    unboxing-vector Data.Vector.Unboxing.Mutable

    No documentation available.

Page 10 of many | Previous | Next