Hoogle Search

Within Stackage Nightly 2026-06-18 (ghc-9.12.4)

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

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

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

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

    No documentation available.

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

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

    monoidmap Data.MonoidMap

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

    get k (set k v m) == v
    

  5. set :: PrimMonad m => NonEmptyMVector (PrimState m) a -> a -> m ()

    nonempty-vector Data.Vector.NonEmpty.Mutable

    Set all elements of the vector to the given value.

  6. set :: AggregatingSet a -> AggregatingSetList a

    relational-query Database.Relational

    Finalize and specify single grouping set.

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

  8. set :: AggregatingSet a -> AggregatingSetList a

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

    Finalize and specify single grouping set.

  9. set :: s -> Last s

    changeset Data.Monoid.RightAction

    A change that sets the given value. This can be applied to any type s.

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

    generic-lens-core Data.GenericLens.Internal

    Setting

Page 9 of many | Previous | Next