purescript-0.12.0: tests/purs/failing/MPTCs.purs
-- @shouldFailWith ClassInstanceArityMismatch module Main where import Prelude class Foo a where f :: a -> a instance fooStringString :: Foo String String where f a = a
-- @shouldFailWith ClassInstanceArityMismatch module Main where import Prelude class Foo a where f :: a -> a instance fooStringString :: Foo String String where f a = a