summaryrefslogtreecommitdiff
path: root/testsuite/tests/printer/PprParenFunBind.hs
blob: 6312cdcaee4f5713a950a0466266158547983014 (plain)
1
2
3
4
5
module ParenFunBind where

(foo x)   y  = x + y
((bar x)) y  = x + y
((baz x)) (y) = x + y