purescript-0.15.15: tests/purs/failing/SelfCycleInTypeClassDeclaration.purs
-- @shouldFailWith CycleInTypeClassDeclaration module Main where class (Foo a) <= Foo a
-- @shouldFailWith CycleInTypeClassDeclaration module Main where class (Foo a) <= Foo a