Hoogle Search

Within LTS Haskell 24.3 (ghc-9.10.2)

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

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

  2. data Set

    relational-schemas Database.Custom.IBMDB2

    Type tag for normal aggregatings set

  3. data Set

    relational-schemas Database.Custom.MySQL

    Type tag for normal aggregatings set

  4. data Set

    relational-schemas Database.Custom.Oracle

    Type tag for normal aggregatings set

  5. data Set

    relational-schemas Database.Custom.PostgreSQL

    Type tag for normal aggregatings set

  6. data Set

    relational-schemas Database.Custom.SQLServer

    Type tag for normal aggregatings set

  7. data Set

    relational-schemas Database.Custom.SQLite3

    Type tag for normal aggregatings set

  8. set :: forall o m . MonadIO m => o -> [AttrOp o 'AttrSet] -> m ()

    haskell-gi-base Data.GI.Base

    Set a number of properties for some object.

  9. set :: forall o m . MonadIO m => o -> [AttrOp o 'AttrSet] -> m ()

    haskell-gi-base Data.GI.Base.Attributes

    Set a number of properties for some object.

  10. set :: T r a -> a -> r -> r

    data-accessor Data.Accessor.Basic

    Set the value of a field.

Page 5 of many | Previous | Next