[project @ 2004-05-06 12:24:19 by simonpj]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-6
1 module DataCon where
2
3 data DataCon
4 dataConName :: DataCon -> Name.Name
5 isExistentialDataCon :: DataCon -> GHC.Base.Bool