Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
readMaybe :: Read a => String -> Maybe abase-prelude BasePrelude 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
getMaybeValue :: CollectErrors es v -> Maybe vcollect-errors Control.CollectErrors No documentation available.
getMaybeValue :: CollectErrors es v -> Maybe vcollect-errors Control.CollectErrors.Type No documentation available.
decToMaybe :: Dec a -> Maybe adec Data.Type.Dec -
elynx-tree ELynx.Tree.Length Class of data types that may have a length.
getMaybeLength :: HasMaybeLength e => e -> Maybe Lengthelynx-tree ELynx.Tree.Length No documentation available.
-
elynx-tree ELynx.Tree.Support Class of data types that may have a support value.
getMaybeSupport :: HasMaybeSupport e => e -> Maybe Supportelynx-tree ELynx.Tree.Support No documentation available.
toMaybe :: Process e a -> Maybe eghc-events GHC.RTS.Events.Analysis No documentation available.
fetchMaybe :: (HasCallStack, MonadDB m, MonadThrow m, FromRow row) => (row -> t) -> m (Maybe t)hpqtypes Database.PostgreSQL.PQTypes.Fold Specialization of foldlDB that fetches one or zero rows. If more rows are delivered, AffectedRowsMismatch exception is thrown.