From: simonm Date: Thu, 28 Jan 1999 12:59:11 +0000 (+0000) Subject: [project @ 1999-01-28 12:59:11 by simonm] X-Git-Tag: Approximately_9120_patches~6662 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4da3873ef7fdae49d20321382da9de0dcd5b3436;p=ghc-hetmet.git [project @ 1999-01-28 12:59:11 by simonm] Update to match .hi-boot file. --- diff --git a/ghc/compiler/hsSyn/HsExpr.hi-boot-5 b/ghc/compiler/hsSyn/HsExpr.hi-boot-5 index ed46c09..03f8d70 100644 --- a/ghc/compiler/hsSyn/HsExpr.hi-boot-5 +++ b/ghc/compiler/hsSyn/HsExpr.hi-boot-5 @@ -1,4 +1,4 @@ __interface HsExpr 1 0 where __export HsExpr HsExpr pprExpr; 1 data HsExpr i p ; -1 pprExpr :: __forall [_i _p] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => HsExpr.HsExpr _i _p -> Outputable.SDoc ; +1 pprExpr :: __forall [_i _p] {Outputable.Outputable _i, Outputable.Outputable _p} => HsExpr.HsExpr _i _p -> Outputable.SDoc ;