purescript-0.15.15: 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 = []