Hoogle Search

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

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

  1. lookupPosixAsciiCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Ascii

    No documentation available.

  2. lookupPosixUnicodeCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Posix.Unicode

    No documentation available.

  3. blockCharSet :: Block -> CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  4. lookupBlockCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  5. categoryCharSet :: Category -> CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  6. lookupCategoryCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  7. offset :: SuffixUnder es es' => Int

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  8. insertSet :: Ord a => a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSet function inserts an element into an ordered list. If the element is already there, then the element replaces the existing element.

  9. insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]

    data-ordlist Data.List.Ordered

    The insertSetBy function is the non-overloaded version of insertSet.

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

    data-ordlist Data.List.Ordered

    The subset function returns true if the first list is a sub-list of the second.

Page 130 of many | Previous | Next