Hoogle Search

Within LTS Haskell 24.34 (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.Unicode

    No documentation available.

  2. blockCharSet :: Block -> CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  3. lookupBlockCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Block

    No documentation available.

  4. categoryCharSet :: Category -> CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

  5. lookupCategoryCharSet :: String -> Maybe CharSet

    charset Data.CharSet.Unicode.Category

    No documentation available.

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

    data-effects-core Data.Effect.OpenUnion

    No documentation available.

  7. 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.

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

    data-ordlist Data.List.Ordered

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

  9. 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.

  10. subsetBy :: (a -> a -> Ordering) -> [a] -> [a] -> Bool

    data-ordlist Data.List.Ordered

    The subsetBy function is the non-overloaded version of subset.

Page 136 of many | Previous | Next