X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FbasicTypes%2FDataCon.hi-boot-6;h=7882469bce4a71899344da5a857275f75f21a7a4;hb=8e67f5502e2e316245806ee3735a2f41a844b611;hp=cdeeb9c146af7755102d53829506fc1f91507ef2;hpb=b9312420f355a3b6f24f3bd732300d9e03f59268;p=ghc-hetmet.git diff --git a/ghc/compiler/basicTypes/DataCon.hi-boot-6 b/ghc/compiler/basicTypes/DataCon.hi-boot-6 index cdeeb9c..7882469 100644 --- a/ghc/compiler/basicTypes/DataCon.hi-boot-6 +++ b/ghc/compiler/basicTypes/DataCon.hi-boot-6 @@ -1,5 +1,5 @@ module DataCon where data DataCon -dataConRepType :: DataCon -> TypeRep.Type -isExistentialDataCon :: DataCon -> GHC.Base.Bool +dataConName :: DataCon -> Name.Name +isVanillaDataCon :: DataCon -> GHC.Base.Bool