packages feed

ghc-exactprint-0.2: tests/examples/ParensAroundContext.hs

{-# LANGUAGE PartialTypeSignatures #-}
module ParensAroundContext where

f :: ((Eq a, _)) => a -> a -> Bool
f x y = x == y