purescript-0.15.15: tests/purs/failing/Rank2Types.purs
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude foreign import test :: (forall a. a -> a) -> Number test1 = test (\n -> n + 1)
-- @shouldFailWith TypesDoNotUnify module Main where import Prelude foreign import test :: (forall a. a -> a) -> Number test1 = test (\n -> n + 1)