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.

  1. readExpType_maybe :: MonadIO m => ExpType -> m (Maybe TcType)

    ghc-lib GHC.Tc.Utils.TcMType

    Extract a type out of an ExpType, if one exists. But one should always exist. Unless you're quite sure you know what you're doing.

  2. unpackCoercionHole_maybe :: CoercionHole -> TcM (Maybe Coercion)

    ghc-lib GHC.Tc.Utils.TcMType

    Retrieve the contents of a coercion hole, if it is filled

  3. unpackCoercionHole_maybe :: CoercionHole -> TcM (Maybe Coercion)

    ghc-lib GHC.Tc.Zonk.Type

    Retrieve the contents of a coercion hole, if it is filled

  4. findObjectLinkableMaybe :: Module -> ModLocation -> IO (Maybe Linkable)

    ghc-lib GHC.Unit.Finder

    No documentation available.

  5. tryIOErrorMaybe :: 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 IOError, returning Maybe.

  6. tryIOMaybe :: forall e (r :: EffectRow) a . (Exception e, Member (Embed IO) r) => IO a -> Sem r (Maybe a)

    incipit-core Incipit.Exception

    Run an IO via Embed and catch exceptions of type e, returning Maybe.

  7. 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.

  8. fromMaybeJSString :: FromJSString a => JSVal -> JSM (Maybe a)

    jsaddle-dom JSDOM.Types

    No documentation available.

  9. nullableToMaybe :: FromJSVal a => JSVal -> JSM (Maybe a)

    jsaddle-dom JSDOM.Types

    No documentation available.

  10. toMaybeJSString :: ToJSString a => Maybe a -> JSM JSVal

    jsaddle-dom JSDOM.Types

    No documentation available.

Page 307 of many | Previous | Next