X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FDataCon.hi-boot-5;h=f5a8a2d6a8500c1f7fdfb8488a803885908965c9;hb=027587234cb35e5c9d9ace090c2fe8d1d8df93f4;hp=cbd894c12fcdb22c2c16bd54469e0f4546aed9ff;hpb=111cee3f1ad93816cb828e38b38521d85c3bcebb;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot-5 b/ghc/compiler/basicTypes/DataCon.hi-boot-5 index cbd894c..f5a8a2d 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 dataConRepType isExistentialDataCon ; +__export DataCon DataCon isExistentialDataCon dataConName ; 1 data DataCon ; -1 dataConRepType :: DataCon -> TypeRep.Type ; 1 isExistentialDataCon :: DataCon -> PrelBase.Bool ; +1 dataConName :: DataCon -> Name.Name ;