purescript-0.15.15: tests/purs/failing/TypeSynonyms.purs
-- @shouldFailWith CycleInTypeSynonym module Main where import Prelude type T1 = Array T2 type T2 = T1
-- @shouldFailWith CycleInTypeSynonym module Main where import Prelude type T1 = Array T2 type T2 = T1