purescript-0.15.1: tests/purs/failing/TypeSynonyms8.purs
-- @shouldFailWith PartiallyAppliedSynonym module Main where data D a type S a = D a newtype N = N S
-- @shouldFailWith PartiallyAppliedSynonym module Main where data D a type S a = D a newtype N = N S