packages feed

ghc-exactprint-0.5.1.0: tests/examples/ghc8/ParenFunBind.hs

module ParenFunBind where

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