packages feed

purescript-0.12.0: 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)