From: simonpj Date: Fri, 2 Apr 2004 13:10:00 +0000 (+0000) Subject: [project @ 2004-04-02 13:10:00 by simonpj] X-Git-Tag: Initial_conversion_from_CVS_complete~1926 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=68021ad91cae77f6a16202b2c2431bbd834f8e3a;p=ghc-hetmet.git [project @ 2004-04-02 13:10:00 by simonpj] Fix erroneous hi-boot --- diff --git a/ghc/compiler/types/TypeRep.hi-boot-6 b/ghc/compiler/types/TypeRep.hi-boot-6 index c66df6f..55d80a6 100644 --- a/ghc/compiler/types/TypeRep.hi-boot-6 +++ b/ghc/compiler/types/TypeRep.hi-boot-6 @@ -1,9 +1,6 @@ module TypeRep where data Type -data SourceType +data PredType data TyThing -type PredType = SourceType -type Kind = Type -type SuperKind = Type