packages feed

purescript-0.15.1: tests/purs/failing/NewtypeUnnamedInstance.purs

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

data X = X

derive newtype instance Show X