Hoogle Search

Within LTS Haskell 22.19 (ghc-9.6.4)

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

  1. module RIO.Set

    Set. Import as:

    import qualified RIO.Set as Set
    
    This module does not export any partial or unchecked functions. For those, see RIO.Set.Partial and RIO.Set.Unchecked

  2. data () => Set a

    rio RIO.Set

    A set of values a.

  3. Set :: ASN1ConstructionType

    asn1-encoding Data.ASN1.Prim

    No documentation available.

  4. Set :: ASN1ConstructionType

    asn1-types Data.ASN1.Types

    No documentation available.

  5. Set :: RedisType

    hedis Database.Redis

    No documentation available.

  6. Set :: RedisType

    hedis Database.Redis.Sentinel

    No documentation available.

  7. newtype Set a

    leancheck Test.LeanCheck.Utils.Types

    Lists representing sets. The Listable tiers enumeration will not have repeated sets.

    > take 6 (list :: [Set Nat])
    [Set [],Set [0],Set [1],Set [0,1],Set [2],Set [0,2]]
    

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

    leancheck Test.LeanCheck.Utils.Types

    No documentation available.

  9. data () => Set a

    relude Relude.Container.Reexport

    A set of values a.

  10. data Set k

    uniplate Data.Generics.Uniplate.Data.Instances

    Invariant preserving version of Set from the containers packages, suitable for use with Uniplate. Use toSet to construct values, and fromSet to deconstruct values.

Page 2 of many | Previous | Next