Hoogle Search

Within Stackage Nightly 2026-06-18 (ghc-9.12.4)

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

  1. module Data.GenValidity.Set

    No documentation available.

  2. Set :: v -> UpdateRequest v

    parameterized-utils Data.Parameterized.Map

    Set the value to a new value.

  3. module Data.Type.Set

    No documentation available.

  4. data Set a

    type-set Data.Type.Set

    No documentation available.

  5. data Set a

    linear-base Data.Set.Mutable.Linear

    No documentation available.

  6. data Set

    relational-query Database.Relational.Arrow

    Type tag for normal aggregatings set

  7. data Set

    relational-query Database.Relational.Context

    Type tag for normal aggregatings set

  8. module Database.Relational.Set

    This module defines set operations on monadic Relation operations.

  9. 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)

  10. Set :: ASN1ConstructionType

    crypton-asn1-types Data.ASN1.Types

    No documentation available.

Page 2 of many | Previous | Next