Hoogle Search

Within Stackage Nightly 2026-07-02 (ghc-9.12.4)

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

  1. set :: PersistEntity val => SqlExpr (Entity val) -> [SqlExpr (Entity val) -> SqlExpr Update] -> SqlQuery ()

    esqueleto Database.Esqueleto.Legacy

    SET clause used on UPDATEs. Note that while it's not a type error to use this function on a SELECT, it will most certainly result in a runtime error.

  2. set :: forall table be (table' :: (Type -> Type) -> Type) . Beamable table => table (QFieldAssignment be table')

    beam-core Database.Beam.Query

    No documentation available.

  3. set :: forall (k :: Nat) v a proxy . (Vector v a, Index (Peano k) (Dim v)) => proxy k -> a -> v a -> v a

    fixed-vector Data.Vector.Fixed

    Set n'th element in the vector

  4. set :: forall v (k :: Nat) a proxy . (Vector a v, Index (Peano k) (Dim v)) => proxy k -> a -> v -> v

    fixed-vector Data.Vector.Fixed.Mono

    Set n'th element in the vector

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

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

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

    No documentation available.

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

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

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

  10. set :: AggregatingSet a -> AggregatingSetList a

    relational-query Database.Relational

    Finalize and specify single grouping set.

Page 9 of many | Previous | Next