X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FhsSyn%2FHsExpr.lhs-boot;h=ccae21055aaab284bedd38c3884057fb22098a4b;hb=79f275092de54ba5f7e7336c13231ad5198befdf;hp=272bdbd6a8e4470bbf48bcb1f1d32716065882ec;hpb=f278f0676579f67075033a4f9857715909c4b71e;p=ghc-hetmet.git diff --git a/compiler/hsSyn/HsExpr.lhs-boot b/compiler/hsSyn/HsExpr.lhs-boot index 272bdbd..ccae210 100644 --- a/compiler/hsSyn/HsExpr.lhs-boot +++ b/compiler/hsSyn/HsExpr.lhs-boot @@ -12,9 +12,13 @@ data HsSplice i data MatchGroup a data GRHSs a +instance Typeable1 HsSplice instance Data i => Data (HsSplice i) +instance Typeable1 HsExpr instance Data i => Data (HsExpr i) +instance Typeable1 MatchGroup instance Data i => Data (MatchGroup i) +instance Typeable1 GRHSs instance Data i => Data (GRHSs i) type LHsExpr a = Located (HsExpr a)