packages feed

purescript-0.10.0: examples/failing/CannotDeriveNewtypeForData.purs

-- @shouldFailWith CannotDeriveNewtypeForData
module CannotDeriveNewtypeForData where

import Data.Newtype

data Test = Test String

derive instance newtypeTest :: Newtype Test _