purescript-0.12.0: tests/purs/failing/2542.purs
-- @shouldFailWith UndefinedTypeVariable module Main where type T = forall a. Array a foo :: T foo = bar where bar :: Array a bar = []
-- @shouldFailWith UndefinedTypeVariable module Main where type T = forall a. Array a foo :: T foo = bar where bar :: Array a bar = []