packages feed

ghc-exactprint-1.14.0.0: tests/examples/pre-ghc910/ParenFunBind.hs

module ParenFunBind where

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