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

    ghc GHC.Utils.Panic.Plain

    A problem with the command line arguments, but don't print usage.

  2. data PlainGhcException

    ghc GHC.Utils.Panic.Plain

    This type is very similar to GhcException, but it omits the constructors that involve pretty-printing via SDoc. Due to the implementation of fromException for GhcException, this type can be caught as a GhcException. Note that this should only be used for throwing exceptions, not for catching, as GhcException will not be converted to this type when catching.

  3. PlainInstallationError :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    An installation problem.

  4. PlainPanic :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    The impossible happened.

  5. PlainProgramError :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    An error in the user's code, probably.

  6. PlainSignal :: Int -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    Some other fatal signal (SIGHUP,SIGTERM)

  7. 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.

  8. PlainUsageError :: String -> PlainGhcException

    ghc GHC.Utils.Panic.Plain

    Prints the short usage msg after the error

  9. 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

  10. PStr :: FastString -> TextDetails

    ghc GHC.Utils.Ppr

    No documentation available.

Page 172 of many | Previous | Next