• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. XForeignExport :: !XXForeignExport pass -> ForeignExport pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  2. XForeignImport :: !XXForeignImport pass -> ForeignImport pass

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  3. acdh_forall :: AnnConDeclH98 -> TokForall

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  4. con_forall :: ConDecl pass -> Bool

    ghc-lib-parser GHC.Hs.Decls

    True = explicit user-written forall e.g. data T a = forall b. MkT b (b->a) con_ex_tvs = {b} False => con_ex_tvs is empty

  5. hs_fords :: HsGroup p -> [LForeignDecl p]

    ghc-lib-parser GHC.Hs.Decls

    No documentation available.

  6. aesBarsBefore :: AnnExplicitSum -> [EpToken "|"]

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  7. pprTransformStmt :: forall (p :: Pass) . OutputableBndrId p => [IdP (GhcPass p)] -> LHsExpr (GhcPass p) -> Maybe (LHsExpr (GhcPass p)) -> SDoc

    ghc-lib-parser GHC.Hs.Expr

    No documentation available.

  8. sumPatVbarsBefore :: EpAnnSumPat -> [EpToken "|"]

    ghc-lib-parser GHC.Hs.Pat

    No documentation available.

  9. type EpAnnForallInvis = EpAnn (TokForall, EpToken ".")

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

  10. type EpAnnForallVis = EpAnn (TokForall, TokRarrow)

    ghc-lib-parser GHC.Hs.Type

    No documentation available.

Page 687 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete