Home
last modified time | relevance | path

Searched refs:GhcApiError (Results 1 – 5 of 5) sorted by relevance

/dports/devel/hs-mueval/mueval-0.9.3/_cabal_deps/hint-0.9.0.3/src/Hint/
H A DGHC.hs8 import HscTypes as X (SourceError, srcErrorMessages, GhcApiError)
H A DInterpreterT.hs60 ,Handler (\(e :: GHC.GhcApiError) -> throwM $ GhcException $ show e)
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs145 SourceError, GhcApiError, mkSrcErr, srcErrorMessages, mkApiErr,
313 mkApiErr :: DynFlags -> SDoc -> GhcApiError
314 mkApiErr dflags msg = GhcApiError (showSDoc dflags msg)
355 newtype GhcApiError = GhcApiError String type
357 instance Show GhcApiError where
358 show (GhcApiError msg) = msg
360 instance Exception GhcApiError
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs145 SourceError, GhcApiError, mkSrcErr, srcErrorMessages, mkApiErr,
313 mkApiErr :: DynFlags -> SDoc -> GhcApiError
314 mkApiErr dflags msg = GhcApiError (showSDoc dflags msg)
355 newtype GhcApiError = GhcApiError String type
357 instance Show GhcApiError where
358 show (GhcApiError msg) = msg
360 instance Exception GhcApiError
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs144 SourceError, GhcApiError, mkSrcErr, srcErrorMessages, mkApiErr,
322 mkApiErr :: DynFlags -> SDoc -> GhcApiError
323 mkApiErr dflags msg = GhcApiError (showSDoc dflags msg)
364 newtype GhcApiError = GhcApiError String function
366 instance Show GhcApiError where
367 show (GhcApiError msg) = msg
369 instance Exception GhcApiError