packages feed

ghc-exactprint-1.9.0.0: tests/examples/pre-ghc910/ParensAroundContext.hs

{-# LANGUAGE PartialTypeSignatures #-}
module ParensAroundContext where

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