Vectorisation of method types
[ghc-hetmet.git] / compiler / basicTypes / BasicTypes.lhs
index 85df1c2..8cd5c35 100644 (file)
@@ -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