Home
last modified time | relevance | path

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

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DEnv.hs13 , hptInstances
174 hptInstances :: HscEnv -> (ModuleName -> Bool) -> ([ClsInst], [FamInst])
175 hptInstances hsc_env want_this_module function
/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.hs57 hptInstances, hptRules, pprHPT,
710 hptInstances :: HscEnv -> (ModuleName -> Bool) -> ([ClsInst], [FamInst])
711 hptInstances hsc_env want_this_module function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs57 hptInstances, hptRules, pprHPT,
710 hptInstances :: HscEnv -> (ModuleName -> Bool) -> ([ClsInst], [FamInst])
711 hptInstances hsc_env want_this_module function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs56 hptInstances, hptRules, pprHPT,
739 hptInstances :: HscEnv -> (ModuleName -> Bool) -> ([ClsInst], [FamInst])
740 hptInstances hsc_env want_this_module function
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnDriver.hs344 ; (home_insts, home_fam_insts) = hptInstances hsc_env
1902 (home_insts, home_fam_insts) = hptInstances hsc_env (\_ -> True)