X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FBasicTypes.lhs;h=8cd5c35900cf29cae439b220b3a29a521d7729fb;hb=791ad7585b4509480592643d0f448b5244122812;hp=85df1c2b62b8fab97cd8eb152e8cf7d410be7e2a;hpb=294dab1b04599cd7628642b0fe02e088ac3da4ba;p=ghc-hetmet.git diff --git a/compiler/basicTypes/BasicTypes.lhs b/compiler/basicTypes/BasicTypes.lhs index 85df1c2..8cd5c35 100644 --- a/compiler/basicTypes/BasicTypes.lhs +++ b/compiler/basicTypes/BasicTypes.lhs @@ -324,6 +324,7 @@ data OverlapFlag -- -- Example: constraint (Foo [Int]) -- instances (Foo [Int]) + -- (Foo [a]) OverlapOk -- Since the second instance has the OverlapOk flag, -- the first instance will be chosen (otherwise