purescript-0.14.0: tests/purs/failing/TypeSynonyms.out
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:
{[33mT1[0m, [33mT2[0m}
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.