Searched refs:ctl_env (Results 1 – 9 of 9) sorted by relevance
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/Types/ |
H A D | Constraint.hs | 1787 , ctl_env :: TcLclEnv function 1810 , ctl_env = setLclEnvTcLevel env tclvl function 1815 ctLocEnv = ctl_env 1827 ctLocSpan (CtLoc { ctl_env = lcl}) = getLclEnvLoc lcl function 1833 setCtLocSpan ctl@(CtLoc { ctl_env = lcl }) loc = setCtLocEnv ctl (setLclEnvLoc lcl loc) 1846 setCtLocEnv ctl env = ctl { ctl_env = env } 1851 pprCtLoc (CtLoc { ctl_origin = o, ctl_env = lcl})
|
/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 D | Constraint.hs | 1766 , ctl_env :: TcLclEnv function 1789 , ctl_env = setLclEnvTcLevel env tclvl function 1794 ctLocEnv = ctl_env 1806 ctLocSpan (CtLoc { ctl_env = lcl}) = getLclEnvLoc lcl function 1812 setCtLocSpan ctl@(CtLoc { ctl_env = lcl }) loc = setCtLocEnv ctl (setLclEnvLoc lcl loc) 1825 setCtLocEnv ctl env = ctl { ctl_env = env } 1830 pprCtLoc (CtLoc { ctl_origin = o, ctl_env = lcl})
|
H A D | TcRnTypes.hs | 815 pushErrCtxt o err loc@(CtLoc { ctl_env = lcl }) 816 = loc { ctl_origin = o, ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } } 820 pushErrCtxtSameOrigin err loc@(CtLoc { ctl_env = lcl }) 821 = loc { ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } }
|
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/ |
H A D | Constraint.hs | 1766 , ctl_env :: TcLclEnv function 1789 , ctl_env = setLclEnvTcLevel env tclvl function 1794 ctLocEnv = ctl_env 1806 ctLocSpan (CtLoc { ctl_env = lcl}) = getLclEnvLoc lcl function 1812 setCtLocSpan ctl@(CtLoc { ctl_env = lcl }) loc = setCtLocEnv ctl (setLclEnvLoc lcl loc) 1825 setCtLocEnv ctl env = ctl { ctl_env = env } 1830 pprCtLoc (CtLoc { ctl_origin = o, ctl_env = lcl})
|
H A D | TcRnTypes.hs | 815 pushErrCtxt o err loc@(CtLoc { ctl_env = lcl }) 816 = loc { ctl_origin = o, ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } } 820 pushErrCtxtSameOrigin err loc@(CtLoc { ctl_env = lcl }) 821 = loc { ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } }
|
H A D | TcRnMonad.hs | 1056 , ctl_env = env function 1062 setCtLocM (CtLoc { ctl_env = lcl }) thing_inside function
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/Types/ |
H A D | Constraint.hs | 2059 , ctl_env :: TcLclEnv function 2082 , ctl_env = setLclEnvTcLevel env tclvl function 2087 ctLocEnv = ctl_env 2099 ctLocSpan (CtLoc { ctl_env = lcl}) = getLclEnvLoc lcl function 2105 setCtLocSpan ctl@(CtLoc { ctl_env = lcl }) loc = setCtLocEnv ctl (setLclEnvLoc lcl loc) 2118 setCtLocEnv ctl env = ctl { ctl_env = env } 2123 pprCtLoc (CtLoc { ctl_origin = o, ctl_env = lcl})
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Tc/ |
H A D | Types.hs | 818 pushErrCtxt o err loc@(CtLoc { ctl_env = lcl }) 819 = loc { ctl_origin = o, ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } } 823 pushErrCtxtSameOrigin err loc@(CtLoc { ctl_env = lcl }) 824 = loc { ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } }
|
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Tc/ |
H A D | Types.hs | 795 pushErrCtxt o err loc@(CtLoc { ctl_env = lcl }) 796 = loc { ctl_origin = o, ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } } 800 pushErrCtxtSameOrigin err loc@(CtLoc { ctl_env = lcl }) 801 = loc { ctl_env = lcl { tcl_ctxt = err : tcl_ctxt lcl } }
|