purescript-0.12.0: tests/purs/failing/Superclasses3.purs
-- @shouldFailWith UndefinedTypeVariable module UnknownSuperclassTypeVar where import Prelude class Foo a class (Foo b) <= Bar a
-- @shouldFailWith UndefinedTypeVariable module UnknownSuperclassTypeVar where import Prelude class Foo a class (Foo b) <= Bar a