packages feed

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

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

data X = X

derive newtype instance showX :: Show X