X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FGenerics.lhs;fp=ghc%2Fcompiler%2Ftypes%2FGenerics.lhs;h=cc611618f350b32c408ed25fd01c4f14179d4b70;hb=2205f0ceeb65d8acb7db953bf4fd2ad673dc55ee;hp=b868c2a8ebd672b74f64d367987f39b05ede6cd4;hpb=f3d24c87016078e0e50fa80575e04f340f86acb4;p=ghc-hetmet.git diff --git a/ghc/compiler/types/Generics.lhs b/ghc/compiler/types/Generics.lhs index b868c2a..cc61161 100644 --- a/ghc/compiler/types/Generics.lhs +++ b/ghc/compiler/types/Generics.lhs @@ -82,7 +82,8 @@ patterns (not Unit, this is done differently) is done in mk_inst_info HsOpTy is tied to Generic definitions which is not a very good design feature, indeed a bug. However, the check is easy to move from tcHsType back to mk_inst_info and everything will be fine. Also see -bug #5. +bug #5. [I don't think that this is the case anymore after SPJ's latest +changes in that regard. Delete this comment? -=chak/7Jun2] Generics.lhs