cbd894c12fcdb22c2c16bd54469e0f4546aed9ff
[ghc-hetmet.git] / DataCon.hi-boot-5
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 -> PrelBase.Bool ;