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. tyConAppArgs_maybe :: Type -> Maybe [Type]

    ghc-lib GHC.Plugins

    The same as snd . splitTyConApp

  2. tyConAppFunCo_maybe :: HasDebugCallStack => Role -> TyCon -> [Coercion] -> Maybe Coercion

    ghc-lib GHC.Plugins

    Return Just if this TyConAppCo should be represented as a FunCo

  3. tyConAppFunTy_maybe :: HasDebugCallStack => TyCon -> [Type] -> Maybe Type

    ghc-lib GHC.Plugins

    Return Just if this TyConApp should be represented as a FunTy

  4. tyConAppTyConPicky_maybe :: Type -> Maybe TyCon

    ghc-lib GHC.Plugins

    Retrieve the tycon heading this type, if there is one. Does not look through synonyms.

  5. tyConAppTyCon_maybe :: Type -> Maybe TyCon

    ghc-lib GHC.Plugins

    The same as fst . splitTyConApp We can short-cut the FunTy case

  6. typeLevity_maybe :: HasDebugCallStack => Type -> Maybe Levity

    ghc-lib GHC.Plugins

    Tries to compute the Levity of the given type. Returns either a definite Levity, or Nothing if we aren't sure (e.g. the type is representation-polymorphic). Panics if the kind does not have the shape TYPE r.

  7. userTypeError_maybe :: Type -> Maybe ErrorMsgType

    ghc-lib GHC.Plugins

    Is this type a custom user error? If so, give us the error message.

  8. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc-lib GHC.Plugins

    No documentation available.

  9. lookupGlobalOccRn_maybe :: WhichGREs GREInfo -> RdrName -> RnM (Maybe GlobalRdrElt)

    ghc-lib GHC.Rename.Env

    No documentation available.

  10. lookupLocalOccRn_maybe :: RdrName -> RnM (Maybe Name)

    ghc-lib GHC.Rename.Env

    No documentation available.

Page 304 of many | Previous | Next