From: qrczak Date: Mon, 4 Jun 2001 15:42:30 +0000 (+0000) Subject: [project @ 2001-06-04 15:42:30 by qrczak] X-Git-Tag: Approximately_9120_patches~1816 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b7f1c589ad931c89606f800b93aef3a7fc531cde;p=ghc-hetmet.git [project @ 2001-06-04 15:42:30 by qrczak] Remove unused files. --- diff --git a/ghc/compiler/hsSyn/HsMatches.hi-boot b/ghc/compiler/hsSyn/HsMatches.hi-boot deleted file mode 100644 index ded23ff..0000000 --- a/ghc/compiler/hsSyn/HsMatches.hi-boot +++ /dev/null @@ -1,9 +0,0 @@ -_interface_ HsMatches 2 -_exports_ -HsMatches Match GRHSs pprMatch pprMatches pprGRHSs ; -_declarations_ -1 data Match a b ; -1 data GRHSs a b ; -1 pprGRHSs _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsMatches.GRHSs i p -> Outputable.SDoc ;; -1 pprMatch _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> HsMatches.Match i p -> Outputable.SDoc ;; -1 pprMatches _:_ _forall_ [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match i p] -> Outputable.SDoc ;; diff --git a/ghc/compiler/hsSyn/HsMatches.hi-boot-5 b/ghc/compiler/hsSyn/HsMatches.hi-boot-5 deleted file mode 100644 index 54e15e5..0000000 --- a/ghc/compiler/hsSyn/HsMatches.hi-boot-5 +++ /dev/null @@ -1,7 +0,0 @@ -__interface HsMatches 1 0 where -__export HsMatches Match GRHSs pprMatch pprMatches pprGRHSs ; -1 data Match a b ; -1 data GRHSs a b ; -1 pprGRHSs :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsMatches.GRHSs i p -> Outputable.SDoc ; -1 pprMatch :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> HsMatches.Match i p -> Outputable.SDoc ; -1 pprMatches :: __forall [i p] {Outputable.Outputable i, Outputable.Outputable p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match i p] -> Outputable.SDoc ;