X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcHsType.lhs;h=b29dc9a12005759a207d2903e0328a8722978fd4;hp=2482da2cbe87d9a1c042c21f437209f5d02eef38;hb=3710a4ef1ca665fe4ed705a6b0f4400d680c7b54;hpb=232e72122fa7f08690e3be2bb9f8a7f8024e37d5 diff --git a/compiler/typecheck/TcHsType.lhs b/compiler/typecheck/TcHsType.lhs index 2482da2..b29dc9a 100644 --- a/compiler/typecheck/TcHsType.lhs +++ b/compiler/typecheck/TcHsType.lhs @@ -5,6 +5,8 @@ \section[TcMonoType]{Typechecking user-specified @MonoTypes@} \begin{code} +{-# LANGUAGE RelaxedPolyRec #-} + module TcHsType ( tcHsSigType, tcHsDeriv, tcHsInstHead, tcHsQuantifiedType,