[project @ 2002-02-12 15:17:13 by simonmar]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-6
1 __interface DataCon 1 0 where
2 __export DataCon DataCon dataConRepType isExistentialDataCon ;
3 1 data DataCon ;
4 1 dataConRepType :: DataCon -> TypeRep.Type ;
5 1 isExistentialDataCon :: DataCon -> GHCziBase.Bool ;