purescript-0.15.15: tests/purs/failing/MixedAssociativityError.purs
-- @shouldFailWith MixedAssociativityError module Main where import Prelude feq f x y = f <$> x == f <$> y
-- @shouldFailWith MixedAssociativityError module Main where import Prelude feq f x y = f <$> x == f <$> y