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. tyConAppTyCon_maybe :: Type -> Maybe TyCon

    ghc-lib GHC.Plugins

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

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

  3. userTypeError_maybe :: Type -> Maybe ErrorMsgType

    ghc-lib GHC.Plugins

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

  4. wiredInNameTyThing_maybe :: Name -> Maybe TyThing

    ghc-lib GHC.Plugins

    No documentation available.

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

    ghc-lib GHC.Rename.Env

    No documentation available.

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

    ghc-lib GHC.Rename.Env

    No documentation available.

  7. lookupLocalOccThLvl_maybe :: Name -> RnM (Maybe (TopLevelFlag, ThLevel))

    ghc-lib GHC.Rename.Env

    No documentation available.

  8. lookupOccRn_maybe :: RdrName -> RnM (Maybe GlobalRdrElt)

    ghc-lib GHC.Rename.Env

    No documentation available.

  9. lookupSameOccRn_maybe :: RdrName -> RnM (Maybe Name)

    ghc-lib GHC.Rename.Env

    No documentation available.

  10. rnMaybeContext :: HsDocContext -> Maybe (LHsContext GhcPs) -> RnM (Maybe (LHsContext GhcRn), FreeVars)

    ghc-lib GHC.Rename.HsType

    No documentation available.

Page 300 of many | Previous | Next