packages feed

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

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

newtype X a b = X (Array b)

derive newtype instance functorX :: Functor X