packages feed

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

-- @shouldFailWith CannotDeriveNewtypeForData
module CannotDeriveNewtypeForData where

import Data.Newtype

data Test = Test String

derive instance newtypeTest :: Newtype Test _