Home
last modified time | relevance | path

Searched refs:tyThingParent_maybe (Results 1 – 8 of 8) 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 DTyThing.hs16 , tyThingParent_maybe
222 tyThingParent_maybe :: TyThing -> Maybe TyThing
223 tyThingParent_maybe (AConLike cl) = case cl of function
226 tyThingParent_maybe (ATyCon tc) = case tyConAssoc_maybe tc of function
229 tyThingParent_maybe (AnId id) = case idDetails id of function
235 tyThingParent_maybe _other = Nothing function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DPprTyThing.hs28 import HscTypes( tyThingParent_maybe )
150 = case tyThingParent_maybe thing of
H A DHscTypes.hs102 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2126 tyThingParent_maybe :: TyThing -> Maybe TyThing
2127 tyThingParent_maybe (AConLike cl) = case cl of function
2130 tyThingParent_maybe (ATyCon tc) = case tyConAssoc_maybe tc of function
2133 tyThingParent_maybe (AnId id) = case idDetails id of function
2139 tyThingParent_maybe _other = Nothing 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.hs102 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2126 tyThingParent_maybe :: TyThing -> Maybe TyThing
2127 tyThingParent_maybe (AConLike cl) = case cl of function
2130 tyThingParent_maybe (ATyCon tc) = case tyConAssoc_maybe tc of function
2133 tyThingParent_maybe (AnId id) = case idDetails id of function
2139 tyThingParent_maybe _other = Nothing function
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs101 tyThingId, tyThingCoAxiom, tyThingParent_maybe, tyThingsTyCoVars,
2172 tyThingParent_maybe :: TyThing -> Maybe TyThing
2173 tyThingParent_maybe (AConLike cl) = case cl of function
2176 tyThingParent_maybe (ATyCon tc) = case tyConAssoc_maybe tc of function
2179 tyThingParent_maybe (AnId id) = case idDetails id of function
2185 tyThingParent_maybe _other = Nothing function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DCodeLens.hs121 tyThingParent_maybe,
726 has_parent x = case tyThingParent_maybe (get_thing x) of
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/plugins/hls-eval-plugin/src/Ide/Plugin/Eval/
H A DCodeLens.hs121 tyThingParent_maybe,
726 has_parent x = case tyThingParent_maybe (get_thing x) of
/dports/lang/ghc/ghc-8.10.7/ghc/GHCi/
H A DUI.hs54 import HscTypes ( tyThingParent_maybe, handleFlagWarnings, getSafeMode, hsc_IC,
1500 has_parent x = case tyThingParent_maybe (get_thing x) of