Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. evTermCoercion_maybe :: EvTerm -> Maybe TcCoercion

    ghc GHC.Tc.Types.Evidence

    No documentation available.

  2. isSigMaybe :: UserTypeCtxt -> Maybe Name

    ghc GHC.Tc.Types.Origin

    No documentation available.

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

    ghc GHC.Tc.Utils.Env

    No documentation available.

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

    ghc GHC.Tc.Utils.Env

    No documentation available.

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

    ghc GHC.Tc.Utils.Env

    No documentation available.

  6. checkingExpType_maybe :: ExpType -> Maybe TcType

    ghc GHC.Tc.Utils.TcMType

    Returns the expected type when in checking mode.

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

    ghc GHC.Tc.Utils.TcMType

    No documentation available.

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

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

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

    ghc GHC.Tc.Utils.TcMType

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

  10. anyTy_maybe :: Type -> Maybe Kind

    ghc GHC.Tc.Utils.TcType

    Check whether the type is of the form Any :: k, returning the kind k.

Page 143 of many | Previous | Next