purescript-0.10.1: examples/failing/NewtypeInstance5.purs
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude newtype X a = X a derive newtype instance functorX :: Functor X
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude newtype X a = X a derive newtype instance functorX :: Functor X