X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FDataCon.hi-boot-5;h=cbd894c12fcdb22c2c16bd54469e0f4546aed9ff;hb=bbffa95af87bb66635aaffdaddcd31be063752dc;hp=ea08f44b1c9cf293655f2eb1e654b94eaa4f0c0b;hpb=30b5ebe424ebae69b162ac3fc547eb14d898535f;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot-5 b/ghc/compiler/basicTypes/DataCon.hi-boot-5 index ea08f44..cbd894c 100644 --- a/ghc/compiler/basicTypes/DataCon.hi-boot-5 +++ b/ghc/compiler/basicTypes/DataCon.hi-boot-5 @@ -1,5 +1,5 @@ __interface DataCon 1 0 where -__export DataCon DataCon dataConType isExistentialDataCon ; +__export DataCon DataCon dataConRepType isExistentialDataCon ; 1 data DataCon ; -1 dataConType :: DataCon -> TypeRep.Type ; +1 dataConRepType :: DataCon -> TypeRep.Type ; 1 isExistentialDataCon :: DataCon -> PrelBase.Bool ;