Hoogle Search

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

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

  1. Set :: Resp -> Command Bool

    redis-resp Data.Redis.Command

    No documentation available.

  2. type Set s a = Dict KnownSet s a

    refined-containers Data.Set.Refined

    A Set whose contents are tracked by the type parameter s. This is a "singleton": for a given s there's only one value of this type. Since this is just a Dict, you can freely convert between the value (Set) and the constraint (KnownSet). This library prefers to use the constraint.

  3. data Set

    relational-schemas Database.Custom.IBMDB2

    Type tag for normal aggregatings set

  4. data Set

    relational-schemas Database.Custom.MySQL

    Type tag for normal aggregatings set

  5. data Set

    relational-schemas Database.Custom.Oracle

    Type tag for normal aggregatings set

  6. data Set

    relational-schemas Database.Custom.PostgreSQL

    Type tag for normal aggregatings set

  7. data Set

    relational-schemas Database.Custom.SQLServer

    Type tag for normal aggregatings set

  8. data Set

    relational-schemas Database.Custom.SQLite3

    Type tag for normal aggregatings set

  9. set :: (PrimMonad m, MVector v a) => v (PrimState m) a -> a -> m ()

    vector Data.Vector.Generic.Mutable

    Set all elements of the vector to the given value.

  10. set :: PrimMonad m => MVector (PrimState m) a -> a -> m ()

    vector Data.Vector.Mutable

    Set all elements of the vector to the given value.

Page 5 of many | Previous | Next