purescript-0.5.4.1: examples/failing/MPTCs.purs
module Main where class Foo a where f :: a -> a instance fooStringString :: Foo String String where f a = a
module Main where class Foo a where f :: a -> a instance fooStringString :: Foo String String where f a = a