Error found: at tests/purs/failing/TypeSynonyms.purs:6:1 - 6:19 (line 6, column 1 - line 6, column 19) A cycle appears in a set of type synonym definitions: {T1, T2} Cycles are disallowed because they can lead to loops in the type checker. Consider using a 'newtype' instead. See https://github.com/purescript/documentation/blob/master/errors/CycleInTypeSynonym.md for more information, or to contribute content related to this error.