Hoogle Search

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

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

  1. toCharSet :: IntSet -> CharSet

    charset Data.CharSet

    No documentation available.

  2. module Data.CharSet.ByteSet

    Fast set membership tests for byte values. The set representation is unboxed for efficiency and uses one bit per byte to represent the presence or absence of a byte in the set. This is a fairly minimal API. You probably want to use CharSet.

  3. newtype ByteSet

    charset Data.CharSet.ByteSet

    No documentation available.

  4. ByteSet :: ByteString -> ByteSet

    charset Data.CharSet.ByteSet

    No documentation available.

  5. lookupPosixAsciiCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix

    No documentation available.

  6. lookupPosixUnicodeCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix

    No documentation available.

  7. lookupPosixAsciiCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Ascii

    No documentation available.

  8. lookupPosixUnicodeCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Unicode

    No documentation available.

  9. blockCharSet :: Block -> CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  10. lookupBlockCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

Page 117 of many | Previous | Next