packages feed

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

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

newtype X a = X a

derive newtype instance functorX :: Functor X