[project @ 2003-12-11 11:24:17 by simonmar]
[ghc-hetmet.git] / ghc / compiler / basicTypes / DataCon.hi-boot
1 _interface_ DataCon 1
2 _exports_
3 DataCon DataCon dataConRepType isExistentialDataCon ;
4 _declarations_
5 1 data DataCon ;
6 1 dataConRepType _:_ DataCon -> TypeRep.Type ;;
7 1 isExistentialDataCon _:_ DataCon -> PrelBase.Bool ;;