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. pprMaybeWithDoc :: Maybe (LHsDoc name) -> SDoc -> SDoc

    ghc GHC.Hs.Doc

    See pprWithHsDoc

  2. tupArgPresent_maybe :: forall (p :: Pass) . HsTupArg (GhcPass p) -> Maybe (LHsExpr (GhcPass p))

    ghc GHC.Hs.Expr

    No documentation available.

  3. tupArgsPresent_maybe :: forall (p :: Pass) . [HsTupArg (GhcPass p)] -> Maybe [LHsExpr (GhcPass p)]

    ghc GHC.Hs.Expr

    No documentation available.

  4. fromMaybeContext :: forall (p :: Pass) . Maybe (LHsContext (GhcPass p)) -> HsContext (GhcPass p)

    ghc GHC.Hs.Type

    No documentation available.

  5. getLHsInstDeclClass_maybe :: forall (p :: Pass) . Anno (IdGhcP p) ~ SrcSpanAnnN => LHsSigType (GhcPass p) -> Maybe (LocatedN (IdP (GhcPass p)))

    ghc GHC.Hs.Type

    Decompose a type class instance type (of the form forall tvs. context => instance_head) into the instance_head and retrieve the underlying class type constructor (if it exists).

  6. hsTyGetAppHead_maybe :: forall (p :: Pass) . Anno (IdGhcP p) ~ SrcSpanAnnN => LHsType (GhcPass p) -> Maybe (LocatedN (IdP (GhcPass p)))

    ghc GHC.Hs.Type

    Retrieve the name of the "head" of a nested type application. This is somewhat like GHC.Tc.Gen.HsType.splitHsAppTys, but a little more thorough. The purpose of this function is to examine instance heads, so it doesn't handle *all* cases (like lists, tuples, (~), etc.).

  7. loadSrcInterface_maybe :: SDoc -> ModuleName -> IsBootInterface -> PkgQual -> RnM (MaybeErr MissingInterfaceError ModIface)

    ghc GHC.Iface.Load

    Like loadSrcInterface, but returns a MaybeErr.

  8. tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)

    ghc GHC.Iface.Load

    No documentation available.

  9. data IfaceMaybeRhs

    ghc GHC.Iface.Syntax

    No documentation available.

  10. tcLookupImported_maybe :: Name -> TcM (MaybeErr IfaceMessage TyThing)

    ghc GHC.IfaceToCore

    No documentation available.

Page 131 of many | Previous | Next