Hoogle Search

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

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

  1. set :: ((a -> b) -> s -> t) -> (s, b) -> t

    generic-lens-core Data.GenericLens.Internal

    Setting

  2. set :: HasCallStack => Int -> a -> Array a % 1 -> Array a

    linear-base Data.Array.Mutable.Linear

    Sets the value of an index. The index should be less than the arrays size, otherwise this errors.

  3. set :: Int -> a -> Array# a % 1 -> Array# a

    linear-base Data.Array.Mutable.Unlifted.Linear

    No documentation available.

  4. set :: HasCallStack => Int -> a -> Vector a % 1 -> Vector a

    linear-base Data.Vector.Mutable.Linear

    Write to an element . Note: this will not write to elements beyond the current size of the vector and will error instead.

  5. set :: (Ord k, MonoidNull v) => k -> v -> MonoidMap k v -> MonoidMap k v

    monoidmap-internal Data.MonoidMap.Internal

    Sets the value associated with the given key. Satisfies the following property:

    get k (set k v m) == v
    

  6. set :: forall (n :: Nat) v proxy . (Index (Peano n) (Elems v), HVector v) => proxy n -> ValueAt (Peano n) (Elems v) -> v -> v

    fixed-vector-hetero Data.Vector.HFixed

    Set element in the vector

    >>> set (Proxy @0) 'X' ('_',"str")
    ('X',"str")
    

  7. set :: forall (n :: PeanoNum) (xs :: [Type]) proxy . Index n xs => proxy n -> ValueAt n xs -> ContVec xs -> ContVec xs

    fixed-vector-hetero Data.Vector.HFixed.Cont

    Set value on nth position.

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

    hegg Data.Equality.Graph.Lens

    Applies a setter to a value

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

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

Page 9 of many | Previous | Next