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

Hoogle Search

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

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

  1. mkCharsetDetector :: IO CharsetDetector

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  2. withCharsetDetector :: CharsetDetector -> (Ptr UCharsetDetector -> IO a) -> IO a

    text-icu Data.Text.ICU.CharsetDetection

    Temporarily unwraps an CharsetDetector to perform operations on its raw UCharsetDetector handle.

  3. wrapUCharsetMatch :: CharsetDetector -> IO (Ptr UCharsetMatch) -> IO CharsetMatch

    text-icu Data.Text.ICU.CharsetDetection

    No documentation available.

  4. u_BRK_RULE_EMPTY_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  5. u_BRK_UNCLOSED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  6. u_MALFORMED_SET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  7. u_MISPLACED_CURSOR_OFFSET :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  8. u_REGEX_SET_CONTAINS_STRING :: ICUError

    text-icu Data.Text.ICU.Error

    No documentation available.

  9. bitArraySetBit :: BitArray -> Word64 -> BitArray

    asn1-types Data.ASN1.BitArray

    set the nth bits

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

    asn1-types Data.ASN1.BitArray

    set the nth bit to the value specified

Page 106 of many | Previous | Next

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