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. data Set a

    cabal-install-solver Distribution.Solver.Compat.Prelude

    A set of values a.

  2. data Set ε

    core-data Core.Data.Structures

    A set of unique elements. The element type needs to be an instance of the same Key typeclass that is used for keys in the Map type above. Instances are already provided for many common element types. Set implements Foldable, Monoid, etc so many common operations such as foldr to walk the elements and reduce them, length to return the size of the collection, null to test whether is empty, and (<>) to take the union of two sets are available. To convert to other collection types see fromSet below. (this is a thin wrapper around unordered-containers's HashSet, but if you use the conversion functions to extract a list the list will be ordered according to the elements' Ord instance)

  3. newtype Set a

    cql Database.CQL.Protocol

    No documentation available.

  4. Set :: [a] -> Set a

    cql Database.CQL.Protocol

    No documentation available.

  5. newtype Set a

    cql Database.CQL.Protocol.Internal

    No documentation available.

  6. Set :: [a] -> Set a

    cql Database.CQL.Protocol.Internal

    No documentation available.

  7. Set :: Function

    gtk Graphics.UI.Gtk.Gdk.GC

    No documentation available.

  8. Set :: Function

    gtk Graphics.UI.Gtk.General.Enums

    No documentation available.

  9. data Set a

    incipit-base Incipit.Libraries

    A set of values a.

  10. SEt :: SimpleEscSeq

    language-c99 Language.C99.AST

    No documentation available.

Page 6 of many | Previous | Next