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