Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
indexMaybe :: ShortByteString -> Int -> Maybe Word8os-string System.OsString.Data.ByteString.Short O(1) ShortByteString index, starting from 0, that returns Just if:
0 <= n < length bs
indexMaybe :: ShortByteString -> Int -> Maybe Word16os-string System.OsString.Data.ByteString.Short.Word16 O(1) ShortByteString index, starting from 0, that returns Just if:
0 <= n < length bs
indexMaybe :: OsString -> Int -> Maybe OsCharos-string System.OsString.Internal O(1) OsString index, starting from 0, that returns Just if:
0 <= n < length bs
indexMaybe :: PosixString -> Int -> Maybe PosixCharos-string System.OsString.Posix O(1) OsString index, starting from 0, that returns Just if:
0 <= n < length bs
indexMaybe :: WindowsString -> Int -> Maybe WindowsCharos-string System.OsString.Windows O(1) OsString index, starting from 0, that returns Just if:
0 <= n < length bs
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
fromMaybe :: a -> Maybe a -> aCabal-syntax Distribution.Compat.Prelude No documentation available.
-
Cabal-syntax Distribution.Compat.Prelude No documentation available.
mapMaybe :: (a -> Maybe b) -> [a] -> [b]Cabal-syntax Distribution.Compat.Prelude No documentation available.
readMaybe :: Read a => String -> Maybe aCabal-syntax Distribution.Compat.Prelude No documentation available.