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 :: a -> Update a

    ecstasy Data.Ecstasy.Types

    Set the current value.

  2. module Miso.Data.Set

    Mutable Set data structure in IO. A JavaScript Set. This is a convenience for manipulating JavaScript data structures from Haskell. We recommend using this module qualified.

    import qualified Miso.Data.Set as M
    

  3. data Set key

    miso Miso.Data.Set

    No documentation available.

  4. Set :: Resp -> Command Bool

    redis-resp Data.Redis.Command

    No documentation available.

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

  6. data Set

    relational-schemas Database.Custom.IBMDB2

    Type tag for normal aggregatings set

  7. data Set

    relational-schemas Database.Custom.MySQL

    Type tag for normal aggregatings set

  8. data Set

    relational-schemas Database.Custom.Oracle

    Type tag for normal aggregatings set

  9. data Set

    relational-schemas Database.Custom.PostgreSQL

    Type tag for normal aggregatings set

  10. data Set

    relational-schemas Database.Custom.SQLServer

    Type tag for normal aggregatings set

Page 5 of many | Previous | Next