X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsExpr.hi-boot-6;fp=ghc%2Fcompiler%2FhsSyn%2FHsExpr.hi-boot-6;h=0000000000000000000000000000000000000000;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=40e18ef971dfb17d1c8f4f88bb5511d1bd8e7e51;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsExpr.hi-boot-6 b/ghc/compiler/hsSyn/HsExpr.hi-boot-6 deleted file mode 100644 index 40e18ef..0000000 --- a/ghc/compiler/hsSyn/HsExpr.hi-boot-6 +++ /dev/null @@ -1,22 +0,0 @@ -module HsExpr where - -data HsExpr i -data HsSplice i -data MatchGroup a -data GRHSs a - -type LHsExpr a = SrcLoc.Located (HsExpr a) -type SyntaxExpr a = HsExpr a -type PostTcExpr = HsExpr Var.Id - -pprExpr :: (Outputable.OutputableBndr i) => - HsExpr.HsExpr i -> Outputable.SDoc - -pprSplice :: (Outputable.OutputableBndr i) => - HsExpr.HsSplice i -> Outputable.SDoc - -pprPatBind :: (Outputable.OutputableBndr b, Outputable.OutputableBndr i) => - HsPat.LPat b -> HsExpr.GRHSs i -> Outputable.SDoc - -pprFunBind :: (Outputable.OutputableBndr i) => - i -> HsExpr.MatchGroup i -> Outputable.SDoc