X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypecheck%2FTcRnTypes.lhs;h=45907fe5b34493315c7d93b28cb04c33e7210ca0;hp=86f1dfcc797f43960bcabf50958dfe5a6bfed740;hb=05326242a4036c94a8357551feb22681728d16dd;hpb=c0b5a0fe78855d2f628a4b6f973425496315a44c diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs index 86f1dfc..45907fe 100644 --- a/compiler/typecheck/TcRnTypes.lhs +++ b/compiler/typecheck/TcRnTypes.lhs @@ -633,7 +633,7 @@ I am not convinced that this duplication is necessary or useful! -=chak data Inst = Dict { tci_name :: Name, - tci_pred :: TcPredType, + tci_pred :: TcPredType, -- Class or implicit parameter only tci_loc :: InstLoc }