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.
lookupPosixUnicodeCharSet :: String -> Maybe CharSetcharset Data.CharSet.Posix No documentation available.
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 :: Slice (arr :: Type -> Type) a -> {-# UNPACK #-} !Intcontiguous Data.Primitive.Contiguous.Class No documentation available.
offsetMut :: MutableSlice (arr :: Type -> Type) s a -> {-# UNPACK #-} !Intcontiguous Data.Primitive.Contiguous.Class No documentation available.
isSubsetOf :: Ord a => [a] -> [a] -> Boolexpress Data.Express.Utils.List O(n log n). Checks that all elements of the first list are elements of the second.