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

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. pprLHsBindsForUser :: forall (idL :: Pass) (idR :: Pass) (id2 :: Pass) . (OutputableBndrId idL, OutputableBndrId idR, OutputableBndrId id2) => LHsBindsLR (GhcPass idL) (GhcPass idR) -> [LSig (GhcPass id2)] -> [SDoc]

    ghc GHC.Hs.Binds

    No documentation available.

  2. type LForeignDecl pass = XRec pass ForeignDecl pass

    ghc GHC.Hs.Decls

    Located Foreign Declaration

  3. XForeignDecl :: !XXForeignDecl pass -> ForeignDecl pass

    ghc GHC.Hs.Decls

    No documentation available.

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

    ghc GHC.Hs.Decls

    No documentation available.

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

    ghc GHC.Hs.Decls

    No documentation available.

  6. con_forall :: ConDecl pass -> Bool

    ghc 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

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

    ghc GHC.Hs.Decls

    No documentation available.

  8. aesBarsBefore :: AnnExplicitSum -> [EpaLocation]

    ghc GHC.Hs.Expr

    No documentation available.

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

    ghc GHC.Hs.Expr

    No documentation available.

  10. sumPatVbarsBefore :: EpAnnSumPat -> [EpaLocation]

    ghc GHC.Hs.Pat

    No documentation available.

Page 458 of many | Previous | Next

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