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.
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.
categoryCharSet :: Category -> CharSetcharset Data.CharSet.Unicode.Category No documentation available.
lookupCategoryCharSet :: String -> Maybe CharSetcharset Data.CharSet.Unicode.Category No documentation available.
offset :: SuffixUnder es es' => Intdata-effects-core Data.Effect.OpenUnion No documentation available.
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.
insertSetBy :: (a -> a -> Ordering) -> a -> [a] -> [a]data-ordlist Data.List.Ordered The insertSetBy function is the non-overloaded version of insertSet.
subset :: Ord a => [a] -> [a] -> Booldata-ordlist Data.List.Ordered The subset function returns true if the first list is a sub-list of the second.
subsetBy :: (a -> a -> Ordering) -> [a] -> [a] -> Booldata-ordlist Data.List.Ordered The subsetBy function is the non-overloaded version of subset.