Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
unpackCoercionHole_maybe :: CoercionHole -> TcM (Maybe Coercion)ghc-lib GHC.Tc.Zonk.Type Retrieve the contents of a coercion hole, if it is filled
findObjectLinkableMaybe :: Module -> ModLocation -> IO (Maybe Linkable)ghc-lib GHC.Unit.Finder No documentation available.
tryIOErrorMaybe :: forall (r :: EffectRow) a . Member (Embed IO) r => IO a -> Sem r (Maybe a)incipit-core Incipit.Exception -
incipit-core Incipit.Exception Run an IO via Embed and catch exceptions of type e, returning Maybe.
tryMaybe :: forall (r :: EffectRow) a . Member (Embed IO) r => IO a -> Sem r (Maybe a)incipit-core Incipit.Exception Run an IO via Embed and catch all exceptions, returning Maybe.
fromMaybeJSString :: FromJSString a => JSVal -> JSM (Maybe a)jsaddle-dom JSDOM.Types No documentation available.
nullableToMaybe :: FromJSVal a => JSVal -> JSM (Maybe a)jsaddle-dom JSDOM.Types No documentation available.
toMaybeJSString :: ToJSString a => Maybe a -> JSM JSValjsaddle-dom JSDOM.Types No documentation available.
catMaybeI :: Parser (Maybe a) -> Parser ajson-stream Data.JsonStream.Parser Filter Nothing values out of a stream
mapMaybeM :: Monad m => Maybe a -> (a -> m b) -> m (Maybe b)language-c Language.C.Analysis.TravMonad No documentation available.