purescript-0.10.0: examples/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)