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