packages feed

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

-- @shouldFailWith KindsDoNotUnify
module Main where

import Prelude

newtype X a b = X (Array b)

derive newtype instance functorX :: Functor X