packages feed

purescript-0.10.1: examples/failing/NewtypeInstance6.purs

-- @shouldFailWith InvalidNewtypeInstance
module Main where

import Prelude

newtype X a b = X (Array b)

derive newtype instance functorX :: Functor X