purescript-0.15.15: tests/purs/failing/NewtypeInstance2.purs
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X a = X a a derive newtype instance showX :: Show a => Show (X a)
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude data X a = X a a derive newtype instance showX :: Show a => Show (X a)