packages feed

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

-- @shouldFailWith CannotDeriveNewtypeForData
module CannotDeriveNewtypeForData where

import Data.Newtype

data Test = Test String

derive instance newtypeTest :: Newtype Test _