Home
last modified time | relevance | path

Searched refs:showPlainGhcException (Results 1 – 8 of 8) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/Panic/
H A DPlain.hs19 , showPlainGhcException
72 showsPrec _ e@(PlainProgramError _) = showPlainGhcException e
73 showsPrec _ e@(PlainCmdLineError _) = showString "<command line>: " . showPlainGhcException e
74 showsPrec _ e = showString progName . showString ": " . showPlainGhcException e
86 showPlainGhcException :: PlainGhcException -> ShowS
87 showPlainGhcException = function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DPlainPanic.hs19 , showPlainGhcException
72 showsPrec _ e@(PlainProgramError _) = showPlainGhcException e
73 showsPrec _ e@(PlainCmdLineError _) = showString "<command line>: " . showPlainGhcException e
74 showsPrec _ e = showString progName . showString ": " . showPlainGhcException e
86 showPlainGhcException :: PlainGhcException -> ShowS
87 showPlainGhcException = function
H A DPanic.hs135 showGhcException = showPlainGhcException . \case
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/Panic/
H A DPlain.hs19 , showPlainGhcException
72 showsPrec _ e@(PlainProgramError _) = showPlainGhcException e
73 showsPrec _ e@(PlainCmdLineError _) = showString "<command line>: " . showPlainGhcException e
74 showsPrec _ e = showString progName . showString ": " . showPlainGhcException e
86 showPlainGhcException :: PlainGhcException -> ShowS
87 showPlainGhcException = function
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DPlainPanic.hs19 , showPlainGhcException
72 showsPrec _ e@(PlainProgramError _) = showPlainGhcException e
73 showsPrec _ e@(PlainCmdLineError _) = showString "<command line>: " . showPlainGhcException e
74 showsPrec _ e = showString progName . showString ": " . showPlainGhcException e
86 showPlainGhcException :: PlainGhcException -> ShowS
87 showPlainGhcException = function
H A DPanic.hs135 showGhcException = showPlainGhcException . \case
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DPanic.hs136 showGhcException = showPlainGhcException . \case
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DPanic.hs154 showGhcException ctx = showPlainGhcException . \case