summaryrefslogtreecommitdiff
path: root/testsuite/tests/partial-sigs/should_compile/ParensAroundContext.hs
blob: 579380f5f95e6b8bf1f1031f52d6c48104e41ddc (plain)
1
2
3
4
5
{-# LANGUAGE PartialTypeSignatures #-}
module ParensAroundContext where

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