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.
PlainCmdLineError :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain A problem with the command line arguments, but don't print usage.
-
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.
PlainInstallationError :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain An installation problem.
PlainPanic :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain The impossible happened.
PlainProgramError :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain An error in the user's code, probably.
PlainSignal :: Int -> PlainGhcExceptionghc GHC.Utils.Panic.Plain Some other fatal signal (SIGHUP,SIGTERM)
PlainSorry :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain The user tickled something that's known not to work yet, but we're not counting it as a bug.
PlainUsageError :: String -> PlainGhcExceptionghc GHC.Utils.Panic.Plain Prints the short usage msg after the error
-
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
PStr :: FastString -> TextDetailsghc GHC.Utils.Ppr No documentation available.