.hi-boot-5 is obsolete; the earliest GHC we support uses .hi-boot-6
[ghc-hetmet.git] / compiler / basicTypes / DataCon.hi-boot-6
1 module DataCon where
2
3 data DataCon
4 dataConName :: DataCon -> Name.Name
5 isVanillaDataCon :: DataCon -> GHC.Base.Bool