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