purescript-0.12.0: tests/purs/failing/Arrays.purs
-- @shouldFailWith TypesDoNotUnify module Main where foreign import ix :: forall a. Array a -> Int -> a test = \arr -> arr `ix` (0 `ix` 0)
-- @shouldFailWith TypesDoNotUnify module Main where foreign import ix :: forall a. Array a -> Int -> a test = \arr -> arr `ix` (0 `ix` 0)