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.

  1. isFilledMetaTyVar_maybe :: TcTyVar -> TcS (Maybe Type)

    ghc-lib GHC.Tc.Solver.Monad

    No documentation available.

  2. lookupGlobal_maybe :: HscEnv -> Name -> IO (MaybeErr (Either Name IfaceMessage) TyThing)

    ghc-lib GHC.Tc.Utils.Env

    No documentation available.

  3. tcLookupIdMaybe :: Name -> TcM (Maybe Id)

    ghc-lib GHC.Tc.Utils.Env

    No documentation available.

  4. tcLookupLcl_maybe :: Name -> TcM (Maybe TcTyThing)

    ghc-lib GHC.Tc.Utils.Env

    No documentation available.

  5. checkingExpType_maybe :: ExpType -> Maybe TcType

    ghc-lib GHC.Tc.Utils.TcMType

    Returns the expected type when in checking mode.

  6. isFilledMetaTyVar_maybe :: TcTyVar -> TcM (Maybe Type)

    ghc-lib GHC.Tc.Utils.TcMType

    No documentation available.

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

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

    ghc-lib GHC.Tc.Utils.TcMType

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

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

    ghc-lib GHC.Tc.Zonk.Type

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

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

    ghc-lib GHC.Unit.Finder

    No documentation available.

Page 302 of many | Previous | Next