HaRe-0.8.3.0: test/testdata/RmOneParameter/MultiFun1.hs
module MultiFun1 where
{-
Remove the second parameter from every equation for the function foo.
-}
foo [] x = []
foo xs x = [1]
module MultiFun1 where
{-
Remove the second parameter from every equation for the function foo.
-}
foo [] x = []
foo xs x = [1]