X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FDataCon.hi-boot-5;h=07a8c68bb2e2378a825c5e43c0fccc7b3b990cef;hb=0067eb3c3061450e3287eae2bdf47da64004f44e;hp=7d1cecee8fbebe9ff9f0a1cab464f778d0b0cff6;hpb=438596897ebbe25a07e1c82085cfbc5bdb00f09e;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot-5 b/ghc/compiler/basicTypes/DataCon.hi-boot-5 index 7d1cece..07a8c68 100644 --- a/ghc/compiler/basicTypes/DataCon.hi-boot-5 +++ b/ghc/compiler/basicTypes/DataCon.hi-boot-5 @@ -1,3 +1,4 @@ __interface DataCon 1 0 where -__export DataCon DataCon ; +__export DataCon DataCon isExistentialDataCon ; 1 data DataCon ; +1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;