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.
toCharSet :: IntSet -> CharSetcharset Data.CharSet No documentation available.
-
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.
-
charset Data.CharSet.ByteSet No documentation available.
ByteSet :: ByteString -> ByteSetcharset Data.CharSet.ByteSet No documentation available.
lookupPosixAsciiCharSet :: String -> Maybe CharSetcharset Data.CharSet.Posix No documentation available.
lookupPosixUnicodeCharSet :: String -> Maybe CharSetcharset Data.CharSet.Posix No documentation available.
lookupPosixAsciiCharSet :: String -> Maybe CharSetcharset Data.CharSet.Posix.Ascii No documentation available.
lookupPosixUnicodeCharSet :: String -> Maybe CharSetcharset Data.CharSet.Posix.Unicode No documentation available.
blockCharSet :: Block -> CharSetcharset Data.CharSet.Unicode.Block No documentation available.
lookupBlockCharSet :: String -> Maybe CharSetcharset Data.CharSet.Unicode.Block No documentation available.