X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FhsSyn%2FHsPat.lhs-boot;fp=compiler%2FhsSyn%2FHsPat.lhs-boot;h=7ba338e41fb06d184c05583a7237d3619355bd5f;hp=5a8726fab923f570a457426e4c0856b23081af88;hb=a3bab0506498db41853543558c52a4fda0d183af;hpb=62f76a3cbced691b60f511fb83547a5d62653252 diff --git a/compiler/hsSyn/HsPat.lhs-boot b/compiler/hsSyn/HsPat.lhs-boot index 5a8726f..7ba338e 100644 --- a/compiler/hsSyn/HsPat.lhs-boot +++ b/compiler/hsSyn/HsPat.lhs-boot @@ -7,5 +7,6 @@ import Data.Data data Pat i type LPat i = Located (Pat i) +instance Typeable1 Pat instance Data i => Data (Pat i) \end{code}