purescript-0.7.2.0: examples/failing/NewtypeMultiArgs.purs
-- @shouldFailWith InvalidNewtype module Main where import Prelude newtype Thing = Thing String Boolean
-- @shouldFailWith InvalidNewtype module Main where import Prelude newtype Thing = Thing String Boolean