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