[project @ 2000-02-04 17:02:11 by lewie]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot-5
1 __interface DataCon 1 0 where
2 __export DataCon DataCon dataConType isExistentialDataCon ;
3 1 data DataCon ;
4 1 dataConType :: DataCon -> TypeRep.Type ;
5 1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;