From 4a28e396042adb96dbfd8f8adb034be1da5b6fbe Mon Sep 17 00:00:00 2001 From: sewardj 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 c2fb8bf..a400c37 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 68e5167..5f779df 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 ; -- 1.7.10.4