[project @ 1999-07-16 11:08:58 by sewardj]
authorsewardj <unknown>
Fri, 16 Jul 1999 11:08:59 +0000 (11:08 +0000)
committersewardj <unknown>
Fri, 16 Jul 1999 11:08:59 +0000 (11:08 +0000)
Fix trivial parse errors.

ghc/compiler/coreSyn/CoreSyn.hi-boot
ghc/compiler/types/TypeRep.hi-boot

index c2fb8bf..a400c37 100644 (file)
@@ -8,7 +8,7 @@ _declarations_
 1 data Expr b ;
 
 1 data CoreRule ;
-1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;;
+1 data CoreRules = Rules [CoreRule] VarSet.IdOrTyVarSet ;
 1 emptyCoreRules _:_ CoreRules ;;
 1 seqRules _:_ CoreRules -> PrelBase.() ;;
 1 isEmptyCoreRules _:_ CoreRules -> PrelBase.Bool ;;
index 68e5167..5f779df 100644 (file)
@@ -3,5 +3,5 @@ _exports_ TypeRep Type Kind SuperKind ;
 _declarations_
 1 data Type ;
 1 type Kind = Type ;
-1 type SuperKind = Type ;;
+1 type SuperKind = Type ;