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. annProvenanceName_maybe :: UnXRec p => AnnProvenance p -> Maybe (IdP p)

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  2. getRecConArgs_maybe :: ConDecl GhcRn -> Maybe (LocatedL [LConDeclField GhcRn])

    ghc-lib-parser GHC.Hs.Decls

    Return Just fields if a data constructor declaration uses record syntax (i.e., RecCon), where fields are the field selectors. Otherwise, return Nothing.

  3. pprMaybeWithDoc :: Maybe (LHsDoc name) -> SDoc -> SDoc

    ghc-lib-parser GHC.Hs.Doc

    See pprWithHsDoc

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

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

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

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

    ghc-lib-parser 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).

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

    ghc-lib-parser 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.).

  9. data IfaceMaybeRhs

    ghc-lib-parser GHC.Iface.Syntax

    No documentation available.

  10. globalRegMaybe :: GlobalReg -> Maybe RealReg

    ghc-lib-parser GHC.Platform.AArch64

    No documentation available.

Page 203 of many | Previous | Next