X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FInstEnv.lhs;h=70e61661d3a3bc179a853fac14c2535ef4d94fb9;hp=d4a7b771b7de4b9c7d46c968929e30a4236b319b;hb=872a4a0fd2a99ea96bee36f5398e87002659e014;hpb=3eeeb57d95c6a218ce457f85e1f5b3511057101f diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs index d4a7b77..70e6166 100644 --- a/compiler/types/InstEnv.lhs +++ b/compiler/types/InstEnv.lhs @@ -108,7 +108,7 @@ data Instance -- This is used for versioning; the instance decl is -- considered part of the defn of n when computing versions -- --- Nothing The head mentions nothing defined in this modle +-- Nothing The head mentions nothing defined in this module -- -- If a module contains any orphans, then its interface file is read -- regardless, so that its instances are not missed. @@ -240,6 +240,7 @@ data OverlapFlag -- Without the Incoherent flag, we'd complain that -- instantiating 'b' would change which instance -- was chosen + deriving( Eq ) instance Outputable OverlapFlag where ppr NoOverlap = empty