• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within Stackage Nightly 2025-10-09 (ghc-9.12.2)

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

  1. emptySet :: Key ε => Set ε

    core-data Core.Data.Structures

    An empty collection. This is used for example as an inital value when building up a Set using a fold.

  2. fromSet :: Collection α => Set (E α) -> α

    core-data Core.Data.Structures

    No documentation available.

  3. intoSet :: Collection α => α -> Set (E α)

    core-data Core.Data.Structures

    No documentation available.

  4. singletonSet :: Key ε => ε -> Set ε

    core-data Core.Data.Structures

    Construct a collection comprising only the supplied element.

  5. unSet :: Set ε -> HashSet ε

    core-data Core.Data.Structures

    No documentation available.

  6. bitArraySetBit :: BitArray -> Word64 -> BitArray

    crypton-asn1-types Data.ASN1.BitArray

    Set the nth bit.

  7. bitArraySetBitValue :: BitArray -> Word64 -> Bool -> BitArray

    crypton-asn1-types Data.ASN1.BitArray

    Set the nth bit to the value specified.

  8. decomposeTupleT :: Type -> Maybe [Type]

    data-effects-th Data.Effect.HFunctor.TH.Internal

    No documentation available.

  9. rankAccuracySetting :: ReqSketch s -> !RankAccuracy

    data-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal

    No documentation available.

  10. snapshotRankAccuracySetting :: ReqSketchSnapshot -> !RankAccuracy

    data-sketches-core DataSketches.Quantiles.RelativeErrorQuantile.Internal

    No documentation available.

Page 145 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete