From 4a28e396042adb96dbfd8f8adb034be1da5b6fbe Mon Sep 17 00:00:00 2001
From: sewardj <unknown>
Date: Fri, 16 Jul 1999 11:08:59 +0000
Subject: [PATCH] [project @ 1999-07-16 11:08:58 by sewardj] Fix trivial parse
 errors.

---
 ghc/compiler/coreSyn/CoreSyn.hi-boot | 2 +-
 ghc/compiler/types/TypeRep.hi-boot   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ghc/compiler/coreSyn/CoreSyn.hi-boot b/ghc/compiler/coreSyn/CoreSyn.hi-boot
index c2fb8bf8b889..a400c37d79cc 100644
--- a/ghc/compiler/coreSyn/CoreSyn.hi-boot
+++ b/ghc/compiler/coreSyn/CoreSyn.hi-boot
@@ -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 ;;
diff --git a/ghc/compiler/types/TypeRep.hi-boot b/ghc/compiler/types/TypeRep.hi-boot
index 68e5167b2c70..5f779dfe5fb2 100644
--- a/ghc/compiler/types/TypeRep.hi-boot
+++ b/ghc/compiler/types/TypeRep.hi-boot
@@ -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 ;
 
-- 
GitLab