purescript-0.12.0: tests/purs/failing/SkolemEscape.purs
-- @shouldFailWith EscapedSkolem module Main where import Prelude foreign import foo :: (forall a. a -> a) -> Number test = \x -> foo x
-- @shouldFailWith EscapedSkolem module Main where import Prelude foreign import foo :: (forall a. a -> a) -> Number test = \x -> foo x