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
-- @shouldFailWith KindsDoNotUnify module Main where import Prelude newtype X a b = X (Array b) derive newtype instance functorX :: Functor X