Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs339 tcl_errs = errs_var, function
368 ; msgs <- readIORef (tcl_errs lcl_env)
877 getErrsVar = do { env <- getLclEnv; return (tcl_errs env) }
880 setErrsVar v = updLclEnv (\ env -> env { tcl_errs = v })
H A DTcRnTypes.hs788 tcl_errs :: TcRef Messages -- Place to accumulate errors function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/typecheck/
H A DTcRnTypes.hs788 tcl_errs :: TcRef Messages -- Place to accumulate errors function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/
H A DTypes.hs791 tcl_errs :: TcRef Messages -- Place to accumulate errors function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/
H A DTypes.hs768 tcl_errs :: TcRef (Messages DecoratedSDoc) -- Place to accumulate errors function