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

Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. lookupPosixUnicodeCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix

    No documentation available.

  2. lookupPosixAsciiCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Ascii

    No documentation available.

  3. lookupPosixUnicodeCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Unicode

    No documentation available.

  4. blockCharSet :: Block -> CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  5. lookupBlockCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  6. categoryCharSet :: Category -> CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  7. lookupCategoryCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  8. offset :: Slice (arr :: Type -> Type) a -> {-# UNPACK #-} !Int

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

  9. offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Int

    contiguous Data.Primitive.Contiguous.Class

    No documentation available.

  10. isSubsetOf :: Ord a => [a] -> [a] -> Bool

    express Data.Express.Utils.List

    O(n log n). Checks that all elements of the first list are elements of the second.

Page 125 of many | Previous | Next

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