summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/typecheck/should_compile/tc243.hs
blob: 10bf4d1b525f5d8113d613c0ba7dae819abd4500 (plain)
1
2
3
4
5
6
7
8
9
10
11

{-# OPTIONS_GHC -Wall #-}

module Bug where

-- When we warn about this, we give a warning saying
--    Inferred type: (.+.) :: forall a. a
-- but we used to not print the parentheses.

(.+.) = undefined