X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsExpr.lhs-boot;h=ccae21055aaab284bedd38c3884057fb22098a4b;hp=272bdbd6a8e4470bbf48bcb1f1d32716065882ec;hb=a3bab0506498db41853543558c52a4fda0d183af;hpb=62f76a3cbced691b60f511fb83547a5d62653252 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)