Home
last modified time | relevance | path

Searched refs:isPromotedDataCon_maybe (Results 1 – 10 of 10) sorted by relevance

/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Core/
H A DTyCon.hs56 isPromotedDataCon, isPromotedDataCon_maybe,
2188 | Just dataCon <- isPromotedDataCon_maybe tyCon
2198 isPromotedDataCon_maybe :: TyCon -> Maybe DataCon
2199 isPromotedDataCon_maybe (PromotedDataCon { dataCon = dc }) = Just dc function
2200 isPromotedDataCon_maybe _ = Nothing function
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Core/
H A DTyCon.hs57 isPromotedDataCon, isPromotedDataCon_maybe,
2197 | Just dataCon <- isPromotedDataCon_maybe tyCon
2207 isPromotedDataCon_maybe :: TyCon -> Maybe DataCon
2208 isPromotedDataCon_maybe (PromotedDataCon { dataCon = dc }) = Just dc function
2209 isPromotedDataCon_maybe _ = Nothing function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/types/
H A DTyCon.hs55 isPromotedDataCon, isPromotedDataCon_maybe,
2234 | Just dataCon <- isPromotedDataCon_maybe tyCon
2244 isPromotedDataCon_maybe :: TyCon -> Maybe DataCon
2245 isPromotedDataCon_maybe (PromotedDataCon { dataCon = dc }) = Just dc function
2246 isPromotedDataCon_maybe _ = Nothing function
/dports/lang/ghc/ghc-8.10.7/compiler/types/
H A DTyCon.hs55 isPromotedDataCon, isPromotedDataCon_maybe,
2234 | Just dataCon <- isPromotedDataCon_maybe tyCon
2244 isPromotedDataCon_maybe :: TyCon -> Maybe DataCon
2245 isPromotedDataCon_maybe (PromotedDataCon { dataCon = dc }) = Just dc function
2246 isPromotedDataCon_maybe _ = Nothing function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/iface/
H A DToIface.hs182 | Just dc <- isPromotedDataCon_maybe tc
235 | Just dcon <- isPromotedDataCon_maybe tc
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DToIface.hs182 | Just dc <- isPromotedDataCon_maybe tc
235 | Just dcon <- isPromotedDataCon_maybe tc
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/
H A DCoreToIface.hs188 | Just dc <- isPromotedDataCon_maybe tc
241 | Just dcon <- isPromotedDataCon_maybe tc
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/
H A DCoreToIface.hs191 | Just dc <- isPromotedDataCon_maybe tc
244 | Just dcon <- isPromotedDataCon_maybe tc
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcTypeable.hs563 , Just dc <- isPromotedDataCon_maybe tc
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DConvert.hs555 | Just dc <- isPromotedDataCon_maybe tc