Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readMaybe :: Read a => String -> Maybe ario RIO.Prelude Parse a string using the Read instance. Succeeds if there is exactly one valid result.
>>> readMaybe "123" :: Maybe Int Just 123
>>> readMaybe "hello" :: Maybe Int Nothing
imapMaybe :: (Vector v a, Vector v b) => (Int -> a -> Maybe b) -> v a -> v brio RIO.Vector No documentation available.
mapMaybe :: (Vector v a, Vector v b) => (a -> Maybe b) -> v a -> v brio RIO.Vector No documentation available.
imapMaybe :: (Int -> a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Boxed No documentation available.
mapMaybe :: (a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Boxed No documentation available.
imapMaybe :: (Storable a, Storable b) => (Int -> a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Storable No documentation available.
mapMaybe :: (Storable a, Storable b) => (a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Storable No documentation available.
imapMaybe :: (Unbox a, Unbox b) => (Int -> a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Unboxed No documentation available.
mapMaybe :: (Unbox a, Unbox b) => (a -> Maybe b) -> Vector a -> Vector brio RIO.Vector.Unboxed No documentation available.
HDMaybe :: Maybe (HamletMap url) -> HamletData urlshakespeare Text.Hamlet.RT No documentation available.