X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsExpr.hi-boot-5;fp=ghc%2Fcompiler%2FhsSyn%2FHsExpr.hi-boot-5;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=05e2eb53943b9de525d3c2ee60c443cb7b664f16;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsExpr.hi-boot-5 b/ghc/compiler/hsSyn/HsExpr.hi-boot-5 deleted file mode 100644 index 05e2eb5..0000000 --- a/ghc/compiler/hsSyn/HsExpr.hi-boot-5 +++ /dev/null @@ -1,14 +0,0 @@ -__interface HsExpr 1 0 where -__export HsExpr HsExpr pprExpr Match GRHSs LHsExpr LMatch pprPatBind pprFunBind ; - -1 data HsExpr i ; -1 data Match a ; -1 data GRHSs a ; - -1 type LHsExpr a = SrcLoc.Located (HsExpr a) ; -1 type LMatch a = SrcLoc.Located (Match a) ; - -1 pprExpr :: __forall [i] {Outputable.OutputableBndr i} => HsExpr.HsExpr i -> Outputable.SDoc ; -1 pprPatBind :: __forall [i] {Outputable.OutputableBndr i} => HsPat.LPat i -> HsExpr.GRHSs i -> Outputable.SDoc ; -1 pprFunBind :: __forall [i] {Outputable.OutputableBndr i} => i -> [HsExpr.LMatch i] -> Outputable.SDoc ; -