X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FhsSyn%2FHsMatches.hi-boot-5;h=37d55ed766c6c4aea1020784fe0d37d255fb342e;hb=982006447ff7b8aa264bc018568e891313916d4d;hp=2d6ac87b0ec725d26e747137931e1f405a2bf2d1;hpb=6c43076c1303c7501f1b3c3f4db63df6cd6702ff;p=ghc-hetmet.git diff --git a/ghc/compiler/hsSyn/HsMatches.hi-boot-5 b/ghc/compiler/hsSyn/HsMatches.hi-boot-5 index 2d6ac87..37d55ed 100644 --- a/ghc/compiler/hsSyn/HsMatches.hi-boot-5 +++ b/ghc/compiler/hsSyn/HsMatches.hi-boot-5 @@ -1,7 +1,7 @@ __interface HsMatches 1 0 where -__export HsMatches Match GRHSsAndBinds pprMatch pprMatches pprGRHSsAndBinds ; -1 data Match a b c ; -1 data GRHSsAndBinds a b c ; -1 pprGRHSsAndBinds :: __forall [_i _p _f] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => PrelBase.Bool -> HsMatches.GRHSsAndBinds _f _i _p -> Outputable.SDoc ; -1 pprMatch :: __forall [_i _p _f] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => PrelBase.Bool -> HsMatches.Match _f _i _p -> Outputable.SDoc ; -1 pprMatches :: __forall [_i _p _f] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match _f _i _p] -> Outputable.SDoc ; +__export HsMatches Match GRHSs pprMatch pprMatches pprGRHSs ; +1 data Match a b ; +1 data GRHSs a b ; +1 pprGRHSs :: __forall [i p] {Name.NamedThing i, Outputable.Outputable i, Outputable.Outputable p} => PrelBase.Bool -> HsMatches.GRHSs i p -> Outputable.SDoc ; +1 pprMatch :: __forall [_i _p] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => (PrelBase.Bool, Outputable.SDoc) -> HsMatches.Match _i _p -> Outputable.SDoc ; +1 pprMatches :: __forall [_i _p] {Name.NamedThing _i, Outputable.Outputable _i, Outputable.Outputable _p} => (PrelBase.Bool, Outputable.SDoc) -> [HsMatches.Match _i _p] -> Outputable.SDoc ;