purescript-0.7.2.0: examples/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