purescript-0.12.0: 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