packages feed

purescript-0.10.6: examples/failing/2542.purs

-- @shouldFailWith UndefinedTypeVariable
module Main where

type T = forall a. Array a

foo :: T
foo = bar where
  bar :: Array a
  bar = []