X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FDataCon.hi-boot-5;h=f5a8a2d6a8500c1f7fdfb8488a803885908965c9;hb=c5b03909e7c630a874f6f1abf76d28baf4b19d55;hp=31963e3684b999a8c339e7e0b1fc5f7f1a7252cf;hpb=9d787ef5a8072b6c1f576f2de1b66edfa59813ed;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot-5 b/ghc/compiler/basicTypes/DataCon.hi-boot-5 index 31963e3..f5a8a2d 100644 --- a/ghc/compiler/basicTypes/DataCon.hi-boot-5 +++ b/ghc/compiler/basicTypes/DataCon.hi-boot-5 @@ -1,4 +1,5 @@ __interface DataCon 1 0 where -__export DataCon DataCon dataConType ; +__export DataCon DataCon isExistentialDataCon dataConName ; 1 data DataCon ; -1 dataConType :: DataCon -> TypeRep.Type ; +1 isExistentialDataCon :: DataCon -> PrelBase.Bool ; +1 dataConName :: DataCon -> Name.Name ;