packages feed

purescript-0.12.0: tests/purs/failing/NewtypeInstance.purs

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

data X = X

derive newtype instance showX :: Show X