purescript-0.10.0: examples/failing/NewtypeInstance3.purs
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude class Nullary derive newtype instance nullary :: Nullary
-- @shouldFailWith InvalidNewtypeInstance module Main where import Prelude class Nullary derive newtype instance nullary :: Nullary