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

Hoogle Search

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

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

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    No documentation available.

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

    core-data Core.Data.Structures

    Construct a collection comprising only the supplied element.

  4. unSet :: Set ε -> HashSet ε

    core-data Core.Data.Structures

    No documentation available.

  5. bitArraySetBit :: BitArray -> Word64 -> BitArray

    crypton-asn1-types Data.ASN1.BitArray

    Set the nth bit.

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

    crypton-asn1-types Data.ASN1.BitArray

    Set the nth bit to the value specified.

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

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

    No documentation available.

  8. rankAccuracySetting :: ReqSketch s -> !RankAccuracy

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

    No documentation available.

  9. snapshotRankAccuracySetting :: ReqSketchSnapshot -> !RankAccuracy

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

    No documentation available.

  10. parseText :: Textual α => Text -> Parsed α

    data-textual Data.Textual

    Parse a Text to extract the Textual value.

Page 144 of many | Previous | Next

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