From: sewardj Date: Fri, 16 Jul 1999 11:08:59 +0000 (+0000) Subject: [project @ 1999-07-16 11:08:58 by sewardj] X-Git-Tag: Approximately_9120_patches~5969 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4a28e396042adb96dbfd8f8adb034be1da5b6fbe [project @ 1999-07-16 11:08:58 by sewardj] Fix trivial parse errors. --- 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 ;