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. PlainPanic :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    The impossible happened.

  2. PlainProgramError :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    An error in the user's code, probably.

  3. PlainSignal :: Int -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    Some other fatal signal (SIGHUP,SIGTERM)

  4. PlainSorry :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    The user tickled something that's known not to work yet, but we're not counting it as a bug.

  5. PlainUsageError :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    Prints the short usage msg after the error

  6. module GHC.Utils.Ppr

    John Hughes's and Simon Peyton Jones's Pretty Printer Combinators Based on The Design of a Pretty-printing Library in Advanced Functional Programming, Johan Jeuring and Erik Meijer (eds), LNCS 925 http://www.cse.chalmers.se/~rjmh/Papers/pretty.ps

  7. PStr :: FastString -> TextDetails

    ghc GHC.Utils.Ppr

    No documentation available.

  8. PageMode :: Bool -> Mode

    ghc GHC.Utils.Ppr

    Normal

  9. newtype PprColour

    ghc GHC.Utils.Ppr.Colour

    A colour/style for use with coloured.

  10. PprColour :: String -> PprColour

    ghc GHC.Utils.Ppr.Colour

    No documentation available.

Page 172 of many | Previous | Next