packages feed

ghc-exactprint-0.5.3.1: tests/examples/ghc80/ParenFunBind.hs

module ParenFunBind where

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