X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Frename%2FRnTypes.lhs;h=a818135c7728ef5ca7a2ab994ca81d70ce23aca8;hp=b275d2df40350ae71e563080d718855d527978f2;hb=2b8358cfe8b6399874090c099e3b96e932c6ccbb;hpb=0cbb1f34579da2b3ba8e199c3a95f6312710659f diff --git a/compiler/rename/RnTypes.lhs b/compiler/rename/RnTypes.lhs index b275d2d..a818135 100644 --- a/compiler/rename/RnTypes.lhs +++ b/compiler/rename/RnTypes.lhs @@ -7,7 +7,7 @@ module RnTypes ( -- Type related stuff rnHsType, rnLHsType, rnLHsTypes, rnContext, - rnHsSigType, rnHsTypeFVs, rnConDeclFields, + rnHsSigType, rnHsTypeFVs, rnConDeclFields, rnLPred, -- Precence related stuff mkOpAppRn, mkNegAppRn, mkOpFormRn, mkConOpPatRn,