Home
last modified time | relevance | path

Searched refs:typeEnvTyCons (Results 1 – 7 of 7) 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 DTypeEnv.hs13 , typeEnvTyCons
43 typeEnvTyCons :: TypeEnv -> [TyCon]
53 typeEnvTyCons env = [tc | ATyCon tc <- typeEnvElts env] function
58 typeEnvClasses env = [cl | tc <- typeEnvTyCons env,
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcBackpack.hs750 checkSynCycles (thisPackage dflags) (typeEnvTyCons type_env) []
767 tcg_tcs = typeEnvTyCons type_env,
H A DTcRnDriver.hs2797 [tycon | tycon <- typeEnvTyCons type_env
/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.hs111 typeEnvElts, typeEnvTyCons, typeEnvIds, typeEnvPatSyns,
2187 typeEnvTyCons :: TypeEnv -> [TyCon]
2197 typeEnvTyCons env = [tc | ATyCon tc <- typeEnvElts env] function
2202 typeEnvClasses env = [cl | tc <- typeEnvTyCons env,
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs111 typeEnvElts, typeEnvTyCons, typeEnvIds, typeEnvPatSyns,
2187 typeEnvTyCons :: TypeEnv -> [TyCon]
2197 typeEnvTyCons env = [tc | ATyCon tc <- typeEnvElts env] function
2202 typeEnvClasses env = [cl | tc <- typeEnvTyCons env,
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDesugar.hs128 export_set (typeEnvTyCons type_env) binds
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs110 typeEnvElts, typeEnvTyCons, typeEnvIds, typeEnvPatSyns,
2233 typeEnvTyCons :: TypeEnv -> [TyCon]
2243 typeEnvTyCons env = [tc | ATyCon tc <- typeEnvElts env] function
2248 typeEnvClasses env = [cl | tc <- typeEnvTyCons env,