Hoogle Search

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

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

  1. data SetList

    relational-schemas Database.Custom.PostgreSQL

    Type tag for aggregatings GROUPING SETS

  2. data SetList

    relational-schemas Database.Custom.SQLServer

    Type tag for aggregatings GROUPING SETS

  3. data SetList

    relational-schemas Database.Custom.SQLite3

    Type tag for aggregatings GROUPING SETS

  4. data SetOp

    riak-protobuf Data.Riak.Proto

    Fields :

    • adds :: Lens' SetOp [Data.ByteString.ByteString]
    • vec'adds :: Lens' SetOp (Data.Vector.Vector Data.ByteString.ByteString)
    • removes :: Lens' SetOp [Data.ByteString.ByteString]
    • vec'removes :: Lens' SetOp (Data.Vector.Vector Data.ByteString.ByteString)

  5. newtype Setter (m :: Type -> Type) a

    stateref Data.Accessor

    No documentation available.

  6. Setter :: (a -> m ()) -> Setter (m :: Type -> Type) a

    stateref Data.Accessor

    No documentation available.

  7. setBit :: Bits a => a -> Int -> a

    base Data.Bits

    x `setBit` i is the same as x .|. bit i

  8. setByteArray :: (Prim a, PrimMonad m) => MutableByteArray (PrimState m) -> Int -> Int -> a -> m ()

    primitive Data.Primitive.ByteArray

    Fill a slice of a mutable byte array with a value. The offset and length are given in elements of type a rather than in bytes. Note: this function does not do bounds checking.

  9. setPrimArray :: (Prim a, PrimMonad m) => MutablePrimArray (PrimState m) a -> Int -> Int -> a -> m ()

    primitive Data.Primitive.PrimArray

    Fill a slice of a mutable primitive array with a value. Note: this function does not do bounds checking.

  10. setPtr :: (Prim a, PrimMonad m) => Ptr a -> Int -> a -> m ()

    primitive Data.Primitive.Ptr

    Fill a memory block with the given value. The length is in elements of type a rather than in bytes.

Page 34 of many | Previous | Next