purescript-0.15.15: tests/purs/failing/TypeWildcards3.purs
-- @shouldFailWith InvalidInstanceHead module TypeWildcards where import Prelude data Foo a = Foo instance showFoo :: Show (Foo _) where show Foo = "Foo"
-- @shouldFailWith InvalidInstanceHead module TypeWildcards where import Prelude data Foo a = Foo instance showFoo :: Show (Foo _) where show Foo = "Foo"