Home
last modified time | relevance | path

Searched refs:tyThingDataCon (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.hs21 , tyThingDataCon
279 tyThingDataCon :: HasDebugCallStack => TyThing -> DataCon
280 tyThingDataCon (AConLike (RealDataCon dc)) = dc function
281 tyThingDataCon other = pprPanic "tyThingDataCon" (ppr other) function
306 lookupDataCon = liftM tyThingDataCon . lookupThing
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DStaticPtrTable.hs247 maybe (getError n) (return . tyThingDataCon)
H A DHscTypes.hs101 tyThingTyCon, tyThingDataCon, tyThingConLike,
2285 tyThingDataCon :: TyThing -> DataCon
2286 tyThingDataCon (AConLike (RealDataCon dc)) = dc function
2287 tyThingDataCon other = pprPanic "tyThingDataCon" (ppr other) function
2320 lookupDataCon = liftM tyThingDataCon . lookupThing
/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.hs101 tyThingTyCon, tyThingDataCon, tyThingConLike,
2285 tyThingDataCon :: TyThing -> DataCon
2286 tyThingDataCon (AConLike (RealDataCon dc)) = dc function
2287 tyThingDataCon other = pprPanic "tyThingDataCon" (ppr other) function
2320 lookupDataCon = liftM tyThingDataCon . lookupThing
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DTypes.hs100 tyThingTyCon, tyThingDataCon, tyThingConLike,
2331 tyThingDataCon :: HasDebugCallStack => TyThing -> DataCon
2332 tyThingDataCon (AConLike (RealDataCon dc)) = dc function
2333 tyThingDataCon other = pprPanic "tyThingDataCon" (ppr other) function
2366 lookupDataCon = liftM tyThingDataCon . lookupThing
/dports/lang/ghc/ghc-8.10.7/compiler/deSugar/
H A DDsMonad.hs497 = tyThingDataCon <$> dsLookupGlobal name
/dports/lang/ghc/ghc-8.10.7/compiler/coreSyn/
H A DCorePrep.hs1500 IntegerGMP -> guardIntegerUse dflags $ liftM (Just . tyThingDataCon) $
1506 IntegerGMP -> guardNaturalUse dflags $ liftM (Just . tyThingDataCon) $
/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DTcIface.hs1684 IsPromoted -> promoteDataCon $ tyThingDataCon thing }