Home
last modified time | relevance | path

Searched refs:throwOneError (Results 1 – 9 of 9) sorted by relevance

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DSourceError.hs7 , throwOneError
30 throwOneError :: MonadIO io => MsgEnvelope DecoratedSDoc -> io a
31 throwOneError = throwErrors . unitBag function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscMain.hs1086 throwOneError $ mkPlainErrMsg dflags (imv_span v1)
1152 Nothing -> throwOneError $ mkPlainErrMsg dflags l
1788 _ -> liftIO $ throwOneError $
1819 _ -> throwOneError $ mkPlainErrMsg (hsc_dflags hsc_env) noSrcSpan
H A DDriverMkDepend.hs285 in throwOneError $ mkPlainErrMsg dflags srcloc $
H A DGHC.hs1453 err -> throwOneError $ noModError dflags noSrcSpan mod_name err
1463 err -> throwOneError $ noModError dflags noSrcSpan mod_name err
1488 err -> throwOneError $ noModError (hsc_dflags hsc_env) noSrcSpan mod_name err
H A DHscTypes.hs146 throwOneError, throwErrors, handleSourceError,
319 throwOneError :: MonadIO io => ErrMsg -> io a
320 throwOneError = throwErrors . unitBag function
H A DGhcMake.hs2677 = throwOneError $ mkPlainErrMsg dflags noSrcSpan $
/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.hs146 throwOneError, throwErrors, handleSourceError,
319 throwOneError :: MonadIO io => ErrMsg -> io a
320 throwOneError = throwErrors . unitBag function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs145 throwOneError, throwErrors, handleSourceError,
328 throwOneError :: MonadIO io => ErrMsg -> io a
329 throwOneError = throwErrors . unitBag function
/dports/lang/ghc/ghc-8.10.7/compiler/backpack/
H A DDriverBkp.hs729 …Nothing -> throwOneError (mkPlainErrMsg dflags loc (text "module" <+> ppr modname <+> text "was no…