Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. PageMode :: Bool -> Mode

    ghc GHC.Utils.Ppr

    Normal

  2. newtype PprColour

    ghc GHC.Utils.Ppr.Colour

    A colour/style for use with coloured.

  3. PprColour :: String -> PprColour

    ghc GHC.Utils.Ppr.Colour

    No documentation available.

  4. data PathsToClean

    ghc GHC.Utils.TmpFs

    A collection of paths that must be deleted before ghc exits.

  5. PathsToClean :: !Set FilePath -> !Set FilePath -> PathsToClean

    ghc GHC.Utils.TmpFs

    No documentation available.

  6. Phantom :: Role

    ghc Language.Haskell.Syntax.Basic

    No documentation available.

  7. PSB :: XPSB idL idR -> LIdP idL -> HsPatSynDetails idR -> LPat idR -> HsPatSynDir idR -> PatSynBind idL idR

    ghc Language.Haskell.Syntax.Binds

    No documentation available.

  8. PatBind :: XPatBind idL idR -> LPat idL -> HsMultAnn idL -> GRHSs idR (LHsExpr idR) -> HsBindLR idL idR

    ghc Language.Haskell.Syntax.Binds

    Pattern Binding The pattern is never a simple variable; That case is done by FunBind. See Note [FunBind vs PatBind] for details about the relationship between FunBind and PatBind.

  9. PatSynBind :: XPatSynBind idL idR -> PatSynBind idL idR -> HsBindLR idL idR

    ghc Language.Haskell.Syntax.Binds

    Patterns Synonym Binding

  10. data PatSynBind idL idR

    ghc Language.Haskell.Syntax.Binds

    Pattern Synonym binding

Page 173 of many | Previous | Next