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 :: forall (m :: Type -> Type) r a . Monad m => T r a -> a -> StateT r m ()

    data-accessor-transformers Data.Accessor.Monad.Trans.State

    No documentation available.

  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 :: (Enum a, Bits w) => a -> T w a -> T w a

    enumset Data.EnumBitSet

    could also be named insert like in Set

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

    esqueleto Database.Esqueleto

    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.

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

    esqueleto Database.Esqueleto.Experimental

    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.

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

    esqueleto Database.Esqueleto.Internal.Internal

    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.

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

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

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

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

Page 8 of many | Previous | Next