packages feed

purescript-0.12.0: tests/purs/failing/MixedAssociativityError.purs

-- @shouldFailWith MixedAssociativityError
module Main where

import Prelude

feq f x y = f <$> x == f <$> y