Home
last modified time | relevance | path

Searched defs:tyThingParent_maybe (Results 1 – 4 of 4) 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.hs223 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/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs2173 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/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DHscTypes.hs2127 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/lang/ghc/ghc-8.10.7/compiler/main/
H A DHscTypes.hs2127 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